4c33b1
--- freetype-2.8/builds/unix/freetype-config.in
4c33b1
+++ freetype-2.8/builds/unix/freetype-config.in
4c33b1
@@ -13,45 +13,25 @@ LC_ALL=C
4c33b1
 export LC_ALL
4c33b1
 
4c33b1
 
4c33b1
-# if `pkg-config' is available, use values from `freetype2.pc'
4c33b1
-pkg-config --version >/dev/null 2>&1
4c33b1
-if test $? -eq 0 ; then
4c33b1
-  # note that option `--variable' is not affected by the
4c33b1
-  # PKG_CONFIG_SYSROOT_DIR environment variable
4c33b1
-  if test "x$SYSROOT" != "x" ; then
4c33b1
-    PKG_CONFIG_SYSROOT_DIR="$SYSROOT"
4c33b1
-    export PKG_CONFIG_SYSROOT_DIR
4c33b1
-  fi
4c33b1
-
4c33b1
-  prefix=`pkg-config --variable prefix freetype2`
4c33b1
-  exec_prefix=`pkg-config --variable exec_prefix freetype2`
4c33b1
-
4c33b1
-  includedir=`pkg-config --variable includedir freetype2`
4c33b1
-  libdir=`pkg-config --variable libdir freetype2`
4c33b1
-
4c33b1
-  version=`pkg-config --modversion freetype2`
4c33b1
-
4c33b1
-  cflags=`pkg-config --cflags freetype2`
4c33b1
-  dynamic_libs=`pkg-config --libs freetype2`
4c33b1
-  static_libs=`pkg-config --static --libs freetype2`
4c33b1
-else
4c33b1
-  prefix="%prefix%"
4c33b1
-  exec_prefix="%exec_prefix%"
4c33b1
-
4c33b1
-  includedir="%includedir%"
4c33b1
-  libdir="%libdir%"
4c33b1
-
4c33b1
-  version=%ft_version%
4c33b1
-
4c33b1
-  cflags="-I${SYSROOT}$includedir/freetype2"
4c33b1
-  dynamic_libs="-lfreetype"
4c33b1
-  static_libs="%LIBSSTATIC_CONFIG%"
4c33b1
-  if test "${SYSROOT}$libdir" != "/usr/lib"   &&
4c33b1
-     test "${SYSROOT}$libdir" != "/usr/lib64" ; then
4c33b1
-    libs_L="-L${SYSROOT}$libdir"
4c33b1
-  fi
4c33b1
+# note that option `--variable' is not affected by the
4c33b1
+# PKG_CONFIG_SYSROOT_DIR environment variable
4c33b1
+if test "x$SYSROOT" != "x" ; then
4c33b1
+  PKG_CONFIG_SYSROOT_DIR="$SYSROOT"
4c33b1
+  export PKG_CONFIG_SYSROOT_DIR
4c33b1
 fi
4c33b1
 
4c33b1
+prefix=`pkg-config --variable prefix freetype2`
4c33b1
+exec_prefix=`pkg-config --variable exec_prefix freetype2`
4c33b1
+
4c33b1
+includedir=`pkg-config --variable includedir freetype2`
4c33b1
+libdir=`pkg-config --variable libdir freetype2`
4c33b1
+
4c33b1
+version=`pkg-config --modversion freetype2`
4c33b1
+
4c33b1
+cflags=`pkg-config --cflags freetype2`
4c33b1
+dynamic_libs=`pkg-config --libs freetype2`
4c33b1
+static_libs=`pkg-config --static --libs freetype2`
4c33b1
+
4c33b1
 orig_prefix=$prefix
4c33b1
 orig_exec_prefix=$exec_prefix
4c33b1