diff options
author | kris <kris@FreeBSD.org> | 2002-09-29 14:37:58 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-09-29 14:37:58 +0800 |
commit | 0720ab98f1ffe6ccce468768b28bee77054f2227 (patch) | |
tree | 89c25a6f8501799407aa446c101634b371530ff8 /games/magiccube4d/files | |
parent | 75d27fa807b1897c5b248dd01bff536335202477 (diff) | |
download | freebsd-ports-gnome-0720ab98f1ffe6ccce468768b28bee77054f2227.tar.gz freebsd-ports-gnome-0720ab98f1ffe6ccce468768b28bee77054f2227.tar.zst freebsd-ports-gnome-0720ab98f1ffe6ccce468768b28bee77054f2227.zip |
Remove -Werror from CFLAGS to fix build
Diffstat (limited to 'games/magiccube4d/files')
-rw-r--r-- | games/magiccube4d/files/patch-ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/magiccube4d/files/patch-ac b/games/magiccube4d/files/patch-ac new file mode 100644 index 000000000000..64b94330901e --- /dev/null +++ b/games/magiccube4d/files/patch-ac @@ -0,0 +1,11 @@ +--- 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 |