aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/qt23/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/qt23/files/patch-configure')
-rw-r--r--x11-toolkits/qt23/files/patch-configure11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-toolkits/qt23/files/patch-configure b/x11-toolkits/qt23/files/patch-configure
new file mode 100644
index 000000000000..40db4b2ee613
--- /dev/null
+++ b/x11-toolkits/qt23/files/patch-configure
@@ -0,0 +1,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)'