pkgsrc/net/openslp/patches/patch-aa
2007-04-12 17:03:46 +00:00

13 lines
372 B
Text

$NetBSD: patch-aa,v 1.7 2007/04/12 17:03:46 adam Exp $
--- configure.in.orig 2005-02-15 21:06:02.000000000 +0100
+++ configure.in
@@ -130,7 +130,7 @@ if test X"$GCC" = X"yes"; then
CFLAGS="$CFLAGS -Werror"
fi
if test X"$debug" = X"no"; then
- OPTFLAGS="-O3"
+ OPTFLAGS=""
fi
elif $CC -V 2>&1 | grep "WorkShop Compilers"; then