diff options
author | Will Andrews <will@FreeBSD.org> | 2003-01-20 04:56:48 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2003-01-20 04:56:48 +0000 |
commit | 8fda908b9b0e4232fd2ca015ccbec00b2c344170 (patch) | |
tree | 813e6a6deaf1f03c3d2d9d527ef69e89753ebb72 /x11-toolkits | |
parent | 34b1084035738604f178f4fc7407ca4ca20ff8a8 (diff) |
Shoot, I misspelled -no-fast in the last revision. Thanks, Joe.
Noticed by: marcus
Notes
Notes:
svn path=/head/; revision=73599
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/qt31/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/qt32/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/qt33/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/qt31/Makefile b/x11-toolkits/qt31/Makefile index 27d59ebe64a1..ece381d8040d 100644 --- a/x11-toolkits/qt31/Makefile +++ b/x11-toolkits/qt31/Makefile @@ -33,7 +33,7 @@ NO_FILTER_SHLIBS=yes CONFIGURE_ARGS= -system-libpng -system-libjpeg -system-libmng \ -qt-imgfmt-png -qt-imgfmt-jpeg -qt-imgfmt-mng \ -system-zlib -no-nas-sound -sm -qt-gif -thread \ - -no-fas ${XINERAMA} -no-g++-exceptions -no-stl \ + -no-fast ${XINERAMA} -no-g++-exceptions -no-stl \ ${CUPS} -shared -prefix ${PREFIX} .if defined(DEBUG) diff --git a/x11-toolkits/qt32/Makefile b/x11-toolkits/qt32/Makefile index 27d59ebe64a1..ece381d8040d 100644 --- a/x11-toolkits/qt32/Makefile +++ b/x11-toolkits/qt32/Makefile @@ -33,7 +33,7 @@ NO_FILTER_SHLIBS=yes CONFIGURE_ARGS= -system-libpng -system-libjpeg -system-libmng \ -qt-imgfmt-png -qt-imgfmt-jpeg -qt-imgfmt-mng \ -system-zlib -no-nas-sound -sm -qt-gif -thread \ - -no-fas ${XINERAMA} -no-g++-exceptions -no-stl \ + -no-fast ${XINERAMA} -no-g++-exceptions -no-stl \ ${CUPS} -shared -prefix ${PREFIX} .if defined(DEBUG) diff --git a/x11-toolkits/qt33/Makefile b/x11-toolkits/qt33/Makefile index 27d59ebe64a1..ece381d8040d 100644 --- a/x11-toolkits/qt33/Makefile +++ b/x11-toolkits/qt33/Makefile @@ -33,7 +33,7 @@ NO_FILTER_SHLIBS=yes CONFIGURE_ARGS= -system-libpng -system-libjpeg -system-libmng \ -qt-imgfmt-png -qt-imgfmt-jpeg -qt-imgfmt-mng \ -system-zlib -no-nas-sound -sm -qt-gif -thread \ - -no-fas ${XINERAMA} -no-g++-exceptions -no-stl \ + -no-fast ${XINERAMA} -no-g++-exceptions -no-stl \ ${CUPS} -shared -prefix ${PREFIX} .if defined(DEBUG) |