summaryrefslogtreecommitdiff
path: root/games/tomenet/files/patch-makefile
diff options
context:
space:
mode:
authorFrederic Culot <culot@FreeBSD.org>2015-04-09 11:04:34 +0000
committerFrederic Culot <culot@FreeBSD.org>2015-04-09 11:04:34 +0000
commit8bd171e0739dfa79253dbb85bda8924c7173876f (patch)
tree77016e4614bd92109ab3a5898cf546d29ef752b8 /games/tomenet/files/patch-makefile
parent- Update to 3.4 (diff)
- Update to 4.5.9
Changes: http://www.tomenet.eu/phpBB3/viewtopic.php?f=4&t=58&p=1953#p1953
Notes
Notes: svn path=/head/; revision=383634
Diffstat (limited to 'games/tomenet/files/patch-makefile')
-rw-r--r--games/tomenet/files/patch-makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/games/tomenet/files/patch-makefile b/games/tomenet/files/patch-makefile
index a5b86add00ee..c88ac7f509b2 100644
--- a/games/tomenet/files/patch-makefile
+++ b/games/tomenet/files/patch-makefile
@@ -1,5 +1,5 @@
---- makefile.orig 2013-01-13 17:58:32.000000000 +0100
-+++ makefile 2014-02-12 10:16:43.223223949 +0100
+--- makefile.orig 2015-02-01 11:19:25.000000000 +0100
++++ makefile 2015-04-08 15:13:59.866757474 +0200
@@ -203,7 +203,7 @@
#
# This is my compiler of choice, it seems to work most everywhere
@@ -13,9 +13,9 @@
# attempt to "guess" at many of these flags based on your system.
#
## With SDL
--CFLAGS = -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I${X11BASE}/include -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL `sdl-config --cflags`
+-CFLAGS = -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I${X11BASE}/include -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL `sdl-config --cflags` -D_DEFAULT_SOURCE -DACC32
-LIBS = -L${X11BASE}/lib -L/usr/pkg/lib -lX11 -lncurses -lcrypt -lm `sdl-config --libs` -lSDL_mixer
-+#CFLAGS = -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I${X11BASE}/include -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL `sdl-config --cflags`
++#CFLAGS = -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I${X11BASE}/include -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937 -DSOUND_SDL `sdl-config --cflags` -D_DEFAULT_SOURCE -DACC32
+#LIBS = -L${X11BASE}/lib -L/usr/pkg/lib -lX11 -lncurses -lcrypt -lm `sdl-config --libs` -lSDL_mixer
##
## Without SDL
@@ -27,7 +27,7 @@
-#CFLAGS = -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I${X11BASE}/include -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937
-#LIBS = -L${X11BASE}/lib -L/usr/pkg/lib -lX11 -lncurses -lcrypt -lm
+CFLAGS += -g -pipe -Wall -DUSE_GCU -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937
-+LIBS += -lncurses -lcrypt -lm
++LIBS += -lncurses -lcrypt -lm -lexecinfo
## Added by thaler, 6/28/97