diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-07-23 14:53:13 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-07-23 14:53:13 +0000 |
commit | 3ac4fec27285aa109f744dcc95b31b273e4b3470 (patch) | |
tree | 0b821a42cead067860d85b3b2c930ba2e8b10e65 /x11-toolkits/qt23/files/patch-configure | |
parent | Remove slave port of expired qt23. (diff) |
Retire QT2. QT3 was released a few years ago and QT4 will be released soon.
Notes
Notes:
svn path=/head/; revision=114497
Diffstat (limited to 'x11-toolkits/qt23/files/patch-configure')
-rw-r--r-- | x11-toolkits/qt23/files/patch-configure | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/x11-toolkits/qt23/files/patch-configure b/x11-toolkits/qt23/files/patch-configure deleted file mode 100644 index 40db4b2ee613..000000000000 --- a/x11-toolkits/qt23/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- 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)' |