openbsd-ports/editors/zile/patches/patch-configure
naddy 044d6a2607 * Update to 2.2.61. Fixes potential LP64 issues in regex code.
* Removing extra warning flags which trigger lots and lots of warnings
  from the the included GNU project code.
2008-08-20 21:06:10 +00:00

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