--- texk/dvisvgm/configure.orig	2021-08-02 22:17:20 UTC
+++ texk/dvisvgm/configure
@@ -19748,8 +19748,8 @@ else
   FT2_CONFIG="$ac_cv_prog_FT2_CONFIG"
 fi
 if $FT2_CONFIG --ftversion >/dev/null 2>&1; then
-  FREETYPE2_INCLUDES=`$FT2_CONFIG --cflags`
-  FREETYPE2_LIBS=`$FT2_CONFIG --libs`
+  FREETYPE2_INCLUDES=`pkg-config freetype2 --cflags`
+  FREETYPE2_LIBS=`pkg-config freetype2 --libs`
 elif test "x$need_freetype2:$with_system_freetype2" = xyes:yes; then
   as_fn_error $? "did not find freetype-config required for system freetype2 library" "$LINENO" 5
 fi
