pkgsrc/games/0verkill/patches/patch-ab
adam c1c7d77f1a Changes 0.16:
- some minor level changes
	- new level (danger, it's very lethal ;-) )
	- level negotiation
	- fixed bug with -s option
	- lot of cool new graphics
	- optional 3D view
	- killing objects
	- fixed segfault in avi editor, when can't write to a file
	- optimized output files from the avi editor
	- improved avi editor (status bar, hold key)
	- anti-memory leak mechanism (by default turned off for higher performance)
	- fixed several bugs in image loader
2006-09-07 05:39:37 +00:00

10 lines
398 B
Text

$NetBSD: patch-ab,v 1.3 2006/09/07 05:39:37 adam Exp $
--- Makefile.in.orig 2001-12-15 18:51:54.000000000 +0100
+++ Makefile.in
@@ -1,4 +1,4 @@
-CFLAGS=@CFLAGS@ -O3 @X_CFLAGS@ -Wall -W -Wstrict-prototypes -Wno-parentheses -fomit-frame-pointer
+CFLAGS=@CFLAGS@ @X_CFLAGS@ # -Wall -W -Wstrict-prototypes -Wno-parentheses -fomit-frame-pointer
#-malign-functions=0
LDFLAGS=@LDFLAGS@
LIBS=@LIBS@