044d6a2607
* Removing extra warning flags which trigger lots and lots of warnings from the the included GNU project code.
13 lines
378 B
Plaintext
13 lines
378 B
Plaintext
$OpenBSD: patch-configure,v 1.1 2008/08/20 21:06:10 naddy Exp $
|
|
--- configure.orig Wed Aug 20 19:02:26 2008
|
|
+++ configure Wed Aug 20 19:06:00 2008
|
|
@@ -16465,7 +16465,7 @@ done
|
|
|
|
|
|
if test "$GCC" = "yes"; then
|
|
- CFLAGS="$CFLAGS -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic"
|
|
+: CFLAGS="$CFLAGS -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic"
|
|
fi
|
|
|
|
|