summaryrefslogtreecommitdiff
path: root/games/seahaven
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2002-09-05 23:03:53 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2002-09-05 23:03:53 +0000
commit9644310ec56d2c39eebb15dc91a0fdaaf761472a (patch)
tree78f04662779fecb5359e366827184ea510222a44 /games/seahaven
parentSpam detector using Bayesian analysis of word counts. (diff)
Respect CFLAGS.
MAINTAINER timeout.
Notes
Notes: svn path=/head/; revision=65702
Diffstat (limited to 'games/seahaven')
-rw-r--r--games/seahaven/files/patch-configure14
1 files changed, 14 insertions, 0 deletions
diff --git a/games/seahaven/files/patch-configure b/games/seahaven/files/patch-configure
new file mode 100644
index 000000000000..20a7a8606a99
--- /dev/null
+++ b/games/seahaven/files/patch-configure
@@ -0,0 +1,14 @@
+--- configure Sat Aug 17 12:15:42 2002
++++ configure.orig Sat Aug 17 12:15:20 2002
+@@ -1805,9 +1805,9 @@
+ if test -n "$GXX"; then
+ # GNU C compiler
+ # -Wno-return-type is necessary for Xlib header files on many systems:
+- CFLAGS="-Wall -Wno-return-type -O2 $X_CFLAGS"
++ CFLAGS="$CFLAGS $X_CFLAGS"
+ CFLAGS_D="-Wall -Wno-return-type -g -DDEBUG $X_CFLAGS"
+- CXXFLAGS="-Wall -Wno-return-type -O2 $X_CFLAGS"
++ CXXFLAGS="$CXXFLAGS $X_CFLAGS"
+ CXXFLAGS_D="-Wall -Wno-return-type -g -DDEBUG $X_CFLAGS"
+ else
+ if test "`(uname) 2>/dev/null`" = IRIX; then