ports/www/mdw/files/patch-configure.in
2001-11-14 06:44:59 +00:00

11 lines
282 B
Text

--- configure.in.orig Wed Nov 14 01:42:12 2001
+++ configure.in Wed Nov 14 01:42:22 2001
@@ -14,7 +14,7 @@
dnl
if test -n "$GCC"; then
- CFLAGS="-O2 -Wall -pedantic"
+ CFLAGS="$CFLAGS -Wall -pedantic"
else
case "$host_os" in
*hpux*) CFLAGS=" +O3" ;;