mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
460a48090c
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>
16 lines
416 B
Plaintext
16 lines
416 B
Plaintext
--- 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 ;
|