]> git.pld-linux.org Git - packages/tk.git/blame - tk-link.patch
- really fix tk on arch using lib64
[packages/tk.git] / tk-link.patch
CommitLineData
5124e959
JB
1--- tk8.5.10/unix/configure.in.orig 2011-06-29 20:07:08.254526698 +0200
2+++ tk8.5.10/unix/configure.in 2011-06-29 20:17:19.254547155 +0200
3@@ -529,7 +529,7 @@
4 if test "$found_xft" = "no" ; then
5 found_xft=yes
6 XFT_CFLAGS=`pkg-config --cflags xft 2>/dev/null` || found_xft="no"
7- XFT_LIBS=`pkg-config --libs xft 2>/dev/null` || found_xft="no"
8+ XFT_LIBS=`pkg-config --libs xft fontconfig 2>/dev/null` || found_xft="no"
9 fi
10 AC_MSG_RESULT([$found_xft])
11 dnl make sure that compiling against Xft header file doesn't bomb
This page took 0.031603 seconds and 4 git commands to generate.