openbsd-ports/games/lincity-ng/patches/patch-Jamrules
simon 982f8e7675 adjust CONFIGURE_ENV, put ${SETENV} ${MAKE_ENV} before jam invocation
for a clean environment, add ${FAKE_FLAGS} in do-install, remove
hardcoded optimization and bump

noticed by, help & ok naddy@
2007-12-29 20:51:10 +00:00

15 lines
448 B
Plaintext

$OpenBSD: patch-Jamrules,v 1.1 2007/12/29 20:51:10 simon Exp $
--- Jamrules.orig Sat Dec 29 21:07:03 2007
+++ Jamrules Sat Dec 29 21:16:20 2007
@@ -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 ;