diff options
author | will <will@FreeBSD.org> | 2003-01-20 04:08:56 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2003-01-20 04:08:56 +0000 |
commit | 488940a9276f2cdc281b2b9973246711ce20d660 (patch) | |
tree | 042dacc2d3aad57a96f7c1888025c4abce9daf08 /x11-toolkits | |
parent | efb127ada0599fbef7e24b09f691aa92a93ab548 (diff) | |
download | FreeBSD-ports-488940a9276f2cdc281b2b9973246711ce20d660.zip FreeBSD-ports-488940a9276f2cdc281b2b9973246711ce20d660.tar.gz |
Make sure NAS support is disabled even if NAS is found on the system. This
avoids problems with the packing list. I was unable to find any real-world
usage of Qt's NAS support, so out the window it goes.
PR: 46840
Requested by: mi (request denied)
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/qt31/Makefile | 6 | ||||
-rw-r--r-- | x11-toolkits/qt32/Makefile | 6 | ||||
-rw-r--r-- | x11-toolkits/qt33/Makefile | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/x11-toolkits/qt31/Makefile b/x11-toolkits/qt31/Makefile index 32ce423..27d59eb 100644 --- a/x11-toolkits/qt31/Makefile +++ b/x11-toolkits/qt31/Makefile @@ -32,9 +32,9 @@ INSTALLS_SHLIB= yes NO_FILTER_SHLIBS=yes CONFIGURE_ARGS= -system-libpng -system-libjpeg -system-libmng \ -qt-imgfmt-png -qt-imgfmt-jpeg -qt-imgfmt-mng \ - -system-zlib -sm -qt-gif -thread -no-fast \ - ${XINERAMA} -no-g++-exceptions -no-stl ${CUPS} \ - -shared -prefix ${PREFIX} + -system-zlib -no-nas-sound -sm -qt-gif -thread \ + -no-fas ${XINERAMA} -no-g++-exceptions -no-stl \ + ${CUPS} -shared -prefix ${PREFIX} .if defined(DEBUG) CONFIGURE_ARGS+= -debug diff --git a/x11-toolkits/qt32/Makefile b/x11-toolkits/qt32/Makefile index 32ce423..27d59eb 100644 --- a/x11-toolkits/qt32/Makefile +++ b/x11-toolkits/qt32/Makefile @@ -32,9 +32,9 @@ INSTALLS_SHLIB= yes NO_FILTER_SHLIBS=yes CONFIGURE_ARGS= -system-libpng -system-libjpeg -system-libmng \ -qt-imgfmt-png -qt-imgfmt-jpeg -qt-imgfmt-mng \ - -system-zlib -sm -qt-gif -thread -no-fast \ - ${XINERAMA} -no-g++-exceptions -no-stl ${CUPS} \ - -shared -prefix ${PREFIX} + -system-zlib -no-nas-sound -sm -qt-gif -thread \ + -no-fas ${XINERAMA} -no-g++-exceptions -no-stl \ + ${CUPS} -shared -prefix ${PREFIX} .if defined(DEBUG) CONFIGURE_ARGS+= -debug diff --git a/x11-toolkits/qt33/Makefile b/x11-toolkits/qt33/Makefile index 32ce423..27d59eb 100644 --- a/x11-toolkits/qt33/Makefile +++ b/x11-toolkits/qt33/Makefile @@ -32,9 +32,9 @@ INSTALLS_SHLIB= yes NO_FILTER_SHLIBS=yes CONFIGURE_ARGS= -system-libpng -system-libjpeg -system-libmng \ -qt-imgfmt-png -qt-imgfmt-jpeg -qt-imgfmt-mng \ - -system-zlib -sm -qt-gif -thread -no-fast \ - ${XINERAMA} -no-g++-exceptions -no-stl ${CUPS} \ - -shared -prefix ${PREFIX} + -system-zlib -no-nas-sound -sm -qt-gif -thread \ + -no-fas ${XINERAMA} -no-g++-exceptions -no-stl \ + ${CUPS} -shared -prefix ${PREFIX} .if defined(DEBUG) CONFIGURE_ARGS+= -debug |