summaryrefslogtreecommitdiff
path: root/games/boson/patches
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2003-12-03 18:47:27 +0000
committerxtraeme <xtraeme>2003-12-03 18:47:27 +0000
commitde060ca22cfb8747747afcd660159aa58c841994 (patch)
treedaa63183de62b6c7a005e20e4c958ce259e0f966 /games/boson/patches
parent2b5f382f25c645d6052a4f2d4dc608591c83ddbd (diff)
downloadpkgsrc-de060ca22cfb8747747afcd660159aa58c841994.tar.gz
Initial import of boson-0.8, from pkgsrc-wip.
Boson is an OpenGL real-time strategy game, with the feeling of Command&Conquer(tm) or StarCraft(tm) and OpenGL support. It is designed to run on Unix computers, and is built on top of the libkdegames, kde and Qt libraries.
Diffstat (limited to 'games/boson/patches')
-rw-r--r--games/boson/patches/patch-aa36
1 files changed, 36 insertions, 0 deletions
diff --git a/games/boson/patches/patch-aa b/games/boson/patches/patch-aa
new file mode 100644
index 00000000000..4bde9784c32
--- /dev/null
+++ b/games/boson/patches/patch-aa
@@ -0,0 +1,36 @@
+$NetBSD: patch-aa,v 1.1.1.1 2003/12/03 18:47:33 xtraeme Exp $
+
+--- configure.orig 2003-10-12 19:17:04.000000000 +0200
++++ configure 2003-10-12 19:17:19.000000000 +0200
+@@ -3680,7 +3680,7 @@
+ if test "$GXX" = "yes" || test "$CXX" = "KCC"; then
+ if test "$kde_use_debug_code" != "no"; then
+ if test "$CXX" = "KCC"; then
+- CXXFLAGS="+K0 -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings $CXXFLAGS"
++ CXXFLAGS="+K0 -Wall -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings $CXXFLAGS"
+ else
+ if test "$kde_use_debug_code" = "full"; then
+ CXXFLAGS="-g3 $CXXFLAGS"
+@@ -3949,11 +3949,11 @@
+ if test "$GCC" = "yes"; then
+ case $host in
+ *-*-linux-gnu)
+- CFLAGS="-ansi -W -Wall -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE $CFLAGS"
++ CFLAGS="-ansi -W -Wall -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -D_XOPEN_SOURCE=500 -D_BSD_SOURCE $CFLAGS"
+ CXXFLAGS="-ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion $CXXFLAGS"
+ ;;
+ esac
+- CXXFLAGS="-Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings $CXXFLAGS"
++ CXXFLAGS="-Wall -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings $CXXFLAGS"
+
+ echo "$as_me:$LINENO: checking whether $CXX supports -Wundef" >&5
+ echo $ECHO_N "checking whether $CXX supports -Wundef... $ECHO_C" >&6
+@@ -18247,7 +18247,7 @@
+ kde_safe_LIBS="$LIBS"
+ LIBS="$LIBS $X_EXTRA_LIBS"
+ if test "$GCC" = "yes"; then
+-CXXFLAGS="$CXXFLAGS -pedantic-errors"
++CXXFLAGS="$CXXFLAGS"
+ fi
+ cat >conftest.$ac_ext <<_ACEOF
+ #line $LINENO "configure"