diff options
author | will <will@FreeBSD.org> | 2003-01-20 12:56:48 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2003-01-20 12:56:48 +0800 |
commit | 36096186b694b8bbabcfff1eadfdb113278e6b63 (patch) | |
tree | d80db931dac5d899c9a229b33925da46a2fa36ac /x11-toolkits/qt33 | |
parent | 9f39feab12fbfabfc9128d35fa736368fcfa4926 (diff) | |
download | freebsd-ports-gnome-36096186b694b8bbabcfff1eadfdb113278e6b63.tar.gz freebsd-ports-gnome-36096186b694b8bbabcfff1eadfdb113278e6b63.tar.zst freebsd-ports-gnome-36096186b694b8bbabcfff1eadfdb113278e6b63.zip |
Shoot, I misspelled -no-fast in the last revision. Thanks, Joe.
Noticed by: marcus
Diffstat (limited to 'x11-toolkits/qt33')
-rw-r--r-- | x11-toolkits/qt33/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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) |