aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/qt23/files/patch-configure
blob: 40db4b2ee6131faeeb7ea1fed9012aee69a71b97 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- configure.orig  Wed Jun 13 01:57:02 2001
+++ configure   Mon Feb 17 18:54:28 2003
@@ -1209,7 +1209,7 @@
 fi
 
 [ "x$SM" = "xyes" ] && QT_LIBS="${QT_LIBS} -lSM -lICE"
-[ "x$XFT" = "xyes" ] && QT_LIBS="${QT_LIBS} -lXft"
+[ "x$XFT" = "xyes" ] && QT_LIBS="${QT_LIBS} `pkg-config xft --libs`"
 if [ -z "$EMB" -o "$SHARED" = no ]
 then
     [ "x$LIBPNG" = "xyes" ] && QT_MODOBJ=$QT_MODOBJ' $(PNG_OBJECTS)'