diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2003-02-18 04:51:34 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2003-02-18 04:51:34 +0000 |
commit | 38805e871a0ec7d383e76a6cb1d979ba6c291d56 (patch) | |
tree | 662a776fedc3c397b783a0430a4b7be199a8e394 /x11-toolkits/qt23/files/patch-configure | |
parent | 953d99c1d09853d63e45c6d270aa74cebcd15151 (diff) |
Notes
Diffstat (limited to 'x11-toolkits/qt23/files/patch-configure')
-rw-r--r-- | x11-toolkits/qt23/files/patch-configure | 11 |
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)' |