freebsd-ports/x11-toolkits/fox12/files/patch-configure
Sam Lawrance e56d46b43e Add fox12, fast and extensive C++ GUI toolkit -- ver.1.2.
PR:		ports/84230
Submitted by:	Alexander Novitsky <alecn2002@yandex.ru>
2005-08-01 15:54:16 +00:00

11 lines
387 B
Text

--- configure.orig Tue Feb 4 18:33:38 2003
+++ configure Tue Feb 4 18:34:51 2003
@@ -7498,7 +7498,7 @@
if test "x$enable_release" = "xyes" ; then
CXXFLAGS="${CXXFLAGS} -O2 -DNDEBUG"
if test "${GXX}" = "yes" ; then
-CXXFLAGS="${CXXFLAGS} -Wuninitialized -ffast-math -finline-functions -fomit-frame-pointer -fexpensive-optimizations"
+CXXFLAGS="${CXXFLAGS} -Wuninitialized"
fi
fi