mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@90814 d073be05-634f-4543-b044-5fe20cf6d1d6
21 lines
435 B
Diff
21 lines
435 B
Diff
--- configure.orig 2007-07-08 04:28:53.000000000 -0500
|
|
+++ configure 2012-03-14 20:16:20.000000000 -0500
|
|
@@ -2855,14 +2855,13 @@
|
|
# Check whether --enable-debug was given.
|
|
if test "${enable_debug+set}" = set; then
|
|
enableval=$enable_debug; x="enabled"
|
|
-CFLAGS="-Wall -g"
|
|
-LDFLAGS="-g"
|
|
+CFLAGS="$CFLAGS -Wall -g"
|
|
+LDFLAGS="$LDFLAGS -g"
|
|
debug=on
|
|
|
|
else
|
|
x=disabled
|
|
-CFLAGS="-O2"
|
|
-LDFLAGS=""
|
|
+CFLAGS="$CFLAGS -O2"
|
|
debug=off
|
|
|
|
fi
|