From f7578c6a9d680a026711f181e5f2314eee141059 Mon Sep 17 00:00:00 2001 From: will Date: Thu, 5 Jul 2001 19:09:55 +0000 Subject: 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 --- x11-toolkits/qt30/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'x11-toolkits/qt30') 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 -- cgit v1.1