freebsd-ports/databases/gnats4/files/patch-gnats::configure
Dag-Erling Smørgrav 7977c0ecab Miscellaneous installation improvements, including (but not limited to)
preserving pre-existing configuration and data.
2003-10-09 01:17:43 +00:00

11 lines
436 B
Text

--- gnats/configure.orig Sun Sep 21 13:17:44 2003
+++ gnats/configure Sun Sep 21 13:18:30 2003
@@ -2864,7 +2864,7 @@
fi
if test "x$GCC" = "xyes" ; then
- GCC_CFLAGS="-W -Wall -ansi -pedantic -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-format"
+ GCC_CFLAGS="-W -Wall -ansi -pedantic -Wstrict-prototypes -Wmissing-prototypes -Wwrite-strings -Wno-format -Wno-long-long"
fi
# ***** Guess the configuration *****