freebsd-ports/games/gillo/files/patch-Jamrules
Pav Lucistnik 460a48090c Two player game in a 3D ellipsoid playground. Players are cars with a
magnetic director, able to attract or reject a ball in order to throw
it through a goal placed in the center of the playing field. It sounds
easy... but remember that reality is fuzzy!

WWW:	http://sourceforge.net/projects/gillo

PR:		ports/92195
Submitted by:	Igor Pokrovsky <ip@doom.homeunix.org>
2006-01-23 20:01:03 +00:00

15 lines
416 B
Text

--- Jamrules.orig
+++ Jamrules
@@ -5,8 +5,9 @@
DATADIR = $(PREFIX)/share/gillo ;
DOCDIR = $(PREFIX)/share/doc/gillo ;
-CCFLAGS += -DENABLE_BINRELOC ;
-if $(DEBUG) { CCFLAGS += -g -O0 -DDEBUG ; }
-else CCFLAGS += -O3 ;
+CCFLAGS += $(CFLAGS) %%SDL_CFLAGS%% ;
+HDRS = $(X11BASE)/include ;
+#if $(DEBUG) { CCFLAGS += -g -O0 -DDEBUG ; }
+#else CCFLAGS += -O3 ;
C++FLAGS += $(CCFLAGS) ;
#LINKFLAGS += -static ;