openbsd-ports/net/slirp/patches/patch-configure
naddy 43f91a15d0 - Master sites have disappeared.
- Don't clobber CFLAGS.
2002-07-21 20:52:02 +00:00

16 lines
466 B
Plaintext

$OpenBSD: patch-configure,v 1.1 2002/07/21 20:52:02 naddy Exp $
--- configure.orig Sun Jul 21 22:47:59 2002
+++ configure Sun Jul 21 22:48:18 2002
@@ -545,9 +545,9 @@ CPP="$ac_cv_prog_CPP"
echo "$ac_t""$CPP" 1>&6
if test x$GCC = xyes; then
- CFLAGS2="-O2 -Wall -Wno-implicit -Wmissing-prototypes"
+ CFLAGS2=""
else
- CFLAGS2="-O"
+ CFLAGS2=""
fi
if test $ac_cv_prog_gcc = yes; then
echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6