diff options
author | will <will@FreeBSD.org> | 2001-07-05 19:09:55 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-07-05 19:09:55 +0000 |
commit | f7578c6a9d680a026711f181e5f2314eee141059 (patch) | |
tree | f96db61d08cb15f485c2e4624565f191da51bcd9 | |
parent | 36b80235ed4323b8c8aa18abb8f19a2380435c0b (diff) | |
download | FreeBSD-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>
-rw-r--r-- | x11-toolkits/qt23/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/qt30/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/qt31/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/qt32/Makefile | 4 | ||||
-rw-r--r-- | x11-toolkits/qt33/Makefile | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/x11-toolkits/qt23/Makefile b/x11-toolkits/qt23/Makefile index 034221d..7d97f55 100644 --- a/x11-toolkits/qt23/Makefile +++ b/x11-toolkits/qt23/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 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 diff --git a/x11-toolkits/qt31/Makefile b/x11-toolkits/qt31/Makefile index 034221d..7d97f55 100644 --- a/x11-toolkits/qt31/Makefile +++ b/x11-toolkits/qt31/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 diff --git a/x11-toolkits/qt32/Makefile b/x11-toolkits/qt32/Makefile index 034221d..7d97f55 100644 --- a/x11-toolkits/qt32/Makefile +++ b/x11-toolkits/qt32/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 diff --git a/x11-toolkits/qt33/Makefile b/x11-toolkits/qt33/Makefile index 034221d..7d97f55 100644 --- a/x11-toolkits/qt33/Makefile +++ b/x11-toolkits/qt33/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 |