summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/qt30
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2001-07-05 19:09:55 +0000
committerwill <will@FreeBSD.org>2001-07-05 19:09:55 +0000
commitf7578c6a9d680a026711f181e5f2314eee141059 (patch)
treef96db61d08cb15f485c2e4624565f191da51bcd9 /x11-toolkits/qt30
parent36b80235ed4323b8c8aa18abb8f19a2380435c0b (diff)
downloadFreeBSD-ports-f7578c6a9d680a026711f181e5f2314eee141059.zip
FreeBSD-ports-f7578c6a9d680a026711f181e5f2314eee141059.tar.gz
Remove -xft since it doesn't work with older X11. Now will people stop
bothering me about putting that in, 'cause I'm not doing it again! Even if you do a patch that checks XFREE86_VERSION! PR: 28728 Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
Diffstat (limited to 'x11-toolkits/qt30')
-rw-r--r--x11-toolkits/qt30/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/qt30/Makefile b/x11-toolkits/qt30/Makefile
index 034221d..7d97f55 100644
--- a/x11-toolkits/qt30/Makefile
+++ b/x11-toolkits/qt30/Makefile
@@ -25,8 +25,8 @@ USE_X_PREFIX= yes
USE_NEWGCC= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= -system-zlib -system-libpng -system-jpeg -sm -gif \
- -system-libmng -thread -no-opengl -xft \
- -no-g++-exceptions -I${LOCALBASE}/include -L${LOCALBASE}/lib
+ -system-libmng -thread -no-opengl -no-g++-exceptions \
+ -I${LOCALBASE}/include -L${LOCALBASE}/lib
.if defined(QT_DEBUG)
CONFIGURE_ARGS+= -debug
OpenPOWER on IntegriCloud