1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/games/magiccube4d/files/patch-configure
Martin Wilke b0e5ee9380 - Fix build with gcc 4.X
PR:		ports/107369
Submitted by:	Jeremy Karlson<karlj000@unbc.ca> (maintainer)
2007-01-01 00:00:25 +00:00

12 lines
383 B
Plaintext

--- configure.orig Sat Sep 28 23:44:47 2002
+++ configure Sat Sep 28 23:44:38 2002
@@ -686,7 +686,7 @@
if test "$GXX" = "yes" ; then
- WFLAGS="$WFLAGS -pedantic -Wall -W -Wunused -Werror"
+ WFLAGS="$WFLAGS -pedantic -Wall -W -Wunused"
fi
echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
echo "configure:693: checking how to run the C preprocessor" >&5