From 488940a9276f2cdc281b2b9973246711ce20d660 Mon Sep 17 00:00:00 2001 From: will Date: Mon, 20 Jan 2003 04:08:56 +0000 Subject: 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) --- x11-toolkits/qt31/Makefile | 6 +++--- x11-toolkits/qt32/Makefile | 6 +++--- 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 -- cgit v1.1