summaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2003-01-20 04:08:56 +0000
committerwill <will@FreeBSD.org>2003-01-20 04:08:56 +0000
commit488940a9276f2cdc281b2b9973246711ce20d660 (patch)
tree042dacc2d3aad57a96f7c1888025c4abce9daf08 /x11-toolkits
parentefb127ada0599fbef7e24b09f691aa92a93ab548 (diff)
downloadFreeBSD-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/Makefile6
-rw-r--r--x11-toolkits/qt32/Makefile6
-rw-r--r--x11-toolkits/qt33/Makefile6
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
OpenPOWER on IntegriCloud