openbsd-ports/games/wesnoth/patches/patch-configure
jasper 23c3a506da update wesnoth to 1.2.3
from MAINTAINER Vlad Glagolev <stelzy@gmail.com>

ok naddy@, kili@ and additional testing jsg@
2007-03-17 16:59:31 +00:00

13 lines
369 B
Plaintext

$OpenBSD: patch-configure,v 1.1 2007/03/17 16:59:31 jasper Exp $
--- configure.orig Sat Mar 17 15:45:58 2007
+++ configure Sat Mar 17 15:46:22 2007
@@ -5685,7 +5685,7 @@
then
CXXFLAGS="$CXXFLAGS -O0 -DDEBUG -ggdb3 -W -Wall -ansi"
else
- CXXFLAGS="-O2 -W -Wall -ansi $CXXFLAGS"
+ CXXFLAGS="-W -Wall -ansi $CXXFLAGS"
fi
# Check whether --enable-static was given.