summaryrefslogtreecommitdiff
path: root/x11-toolkits/fox-devel/files/patch-ad
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-03-22 00:34:21 +0000
committerWill Andrews <will@FreeBSD.org>2000-03-22 00:34:21 +0000
commitbeff722fd9038dbf6c9066c10a34740d081d396e (patch)
treebf6062e375a5d204d3a3ba550059c9ed35a01c7f /x11-toolkits/fox-devel/files/patch-ad
parentRestore useless version required comments. (diff)
New port for FOX, a C++ GUI toolkit, conceptually similar to Qt.
PR: 17264
Notes
Notes: svn path=/head/; revision=26942
Diffstat (limited to 'x11-toolkits/fox-devel/files/patch-ad')
-rw-r--r--x11-toolkits/fox-devel/files/patch-ad14
1 files changed, 14 insertions, 0 deletions
diff --git a/x11-toolkits/fox-devel/files/patch-ad b/x11-toolkits/fox-devel/files/patch-ad
new file mode 100644
index 000000000000..e87350549e27
--- /dev/null
+++ b/x11-toolkits/fox-devel/files/patch-ad
@@ -0,0 +1,14 @@
+--- configure Mon Mar 6 13:25:50 2000
++++ configure.new Mon Mar 6 13:33:37 2000
+@@ -3561,7 +3561,10 @@
+ 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 -ffast-math -finline-functions -fexpensive-optimizations"
++if test "${with_profiling}" = ""; then
++CXXFLAGS="${CXXFLAGS} -fomit-frame-pointer"
++fi
+ fi
+ fi
+