openbsd-ports/games/lincity-ng/patches/patch-Jamrules
ajacoutot d9603a550a - update to lincity-ng 2.0
This release introduces water as a new resource. Also it is possible to
build bridges across rivers. The file format used to save games changed,
data is written to ~/.lincity-ng/ now, but you can still continue old
games.

from Antti Harri with some tweaks
2009-03-27 19:52:43 +00:00

15 lines
460 B
Plaintext

$OpenBSD: patch-Jamrules,v 1.2 2009/03/27 19:52:43 ajacoutot Exp $
--- Jamrules.orig Sun Jan 25 22:21:25 2009
+++ Jamrules Wed Mar 18 18:27:28 2009
@@ -21,8 +21,8 @@ if $(USE_STLPORT_DEBUG)
switch $(VARIANT) {
case optimize :
- CFLAGS += -O3 -g -Wall ;
- CXXFLAGS += -O3 -g -Wall ;
+ CFLAGS += -g -Wall ;
+ CXXFLAGS += -g -Wall ;
LIBS += -g ;
case debug :
CFLAGS += -Wall -W -O0 -g3 -DDEBUG -Werror ;