Blame SOURCES/tk-8.5.9-fix-xft.patch

cbfaf7
--- tk8.5.9/unix/configure.in.old	2010-09-02 20:12:14.000000000 +0200
cbfaf7
+++ tk8.5.9/unix/configure.in	2011-02-17 13:32:22.719116636 +0100
cbfaf7
@@ -530,8 +530,8 @@
cbfaf7
 	XFT_LIBS=`xft-config --libs 2>/dev/null` || found_xft="no"
cbfaf7
 	if test "$found_xft" = "no" ; then
cbfaf7
 	    found_xft=yes
cbfaf7
-	    XFT_CFLAGS=`pkg-config --cflags xft 2>/dev/null` || found_xft="no"
cbfaf7
-	    XFT_LIBS=`pkg-config --libs xft 2>/dev/null` || found_xft="no"
cbfaf7
+	    XFT_CFLAGS=`pkg-config --cflags xft freetype2 2>/dev/null` || found_xft="no"
cbfaf7
+	    XFT_LIBS=`pkg-config --libs xft freetype2 2>/dev/null` || found_xft="no"
cbfaf7
 	fi
cbfaf7
 	AC_MSG_RESULT([$found_xft])
cbfaf7
 	dnl make sure that compiling against Xft header file doesn't bomb