1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/lang/erlang14/files/patch-lib_wx_configure
2009-06-10 15:57:29 +00:00

12 lines
379 B
Plaintext

--- lib/wx/configure.orig 2009-06-10 10:35:03.000000000 +0800
+++ lib/wx/configure 2009-06-10 10:35:23.000000000 +0800
@@ -3210,7 +3210,7 @@
;;
*)
DEBUG_CFLAGS="-g -Wall -fPIC -DDEBUG $CFLAGS"
- CFLAGS="-g -Wall -O2 -fPIC -fomit-frame-pointer -fno-strict-aliasing $CFLAGS"
+ CFLAGS="-Wall -fPIC -fomit-frame-pointer -fno-strict-aliasing $CFLAGS %%CFLAGS%%"
;;
esac