1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/devel/mob/files/patch-aa
Kevin Lo a23653155d - Support CFLAGS properly
- Use own do-install target(mainly to avoid creating odd directory)
- Include additional document into package

PR: 24282
Submitted by: Ports Fury
2001-01-15 13:30:13 +00:00

18 lines
566 B
Plaintext

--- configure.orig Fri Oct 13 04:30:54 2000
+++ configure Thu Jan 11 02:50:23 2001
@@ -960,10 +960,10 @@
#RC_MODULE_TRAP([ELVIS_IROBEX])
# ensure no optimizations
-if test -n "$CFLAGS"; then
- CFLAGS="`echo $CFLAGS | sed -e 's/-O.//g'`"
-fi
-CFLAGS="$CFLAGS -O0"
+#if test -n "$CFLAGS"; then
+# CFLAGS="`echo $CFLAGS | sed -e 's/-O.//g'`"
+#fi
+#CFLAGS="$CFLAGS -O0"
# check whether to include debug symbols
echo $ac_n "checking whether to compile with debug symbols""... $ac_c" 1>&6
echo "configure:970: checking whether to compile with debug symbols" >&5