summaryrefslogtreecommitdiff
path: root/games/jumpnbump/files/patch-sdl::Makefile
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2002-11-07 00:31:24 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2002-11-07 00:31:24 +0000
commit643ca560579ceb8e72ed4760302bcfee4445bc43 (patch)
treebda93b94d837405182c7945791c6e24f41be9ca5 /games/jumpnbump/files/patch-sdl::Makefile
parentUpdate 1.5.1 -> 1.6.0 (diff)
Add games/jumpnbump
A fun multiplayer game with cute fluffy bunnies, green grass, and horrible bloody explosions. PR: 43344 Submitted by: Gurkan Sengun <gurkan@linuks.mine.nu> Approved by: pat
Notes
Notes: svn path=/head/; revision=69620
Diffstat (limited to 'games/jumpnbump/files/patch-sdl::Makefile')
-rw-r--r--games/jumpnbump/files/patch-sdl::Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/games/jumpnbump/files/patch-sdl::Makefile b/games/jumpnbump/files/patch-sdl::Makefile
new file mode 100644
index 000000000000..20c05c45793c
--- /dev/null
+++ b/games/jumpnbump/files/patch-sdl::Makefile
@@ -0,0 +1,13 @@
+--- sdl/Makefile.orig Sun Sep 22 21:03:26 2002
++++ sdl/Makefile Tue Oct 22 19:35:05 2002
+@@ -1,8 +1,8 @@
+-SDL_CFLAGS = `sdl-config --cflags`
+-CFLAGS = -Wall -ansi -pedantic -O2 -ffast-math -funroll-loops \
++SDL_CFLAGS = `sdl11-config --cflags`
++CFLAGS += -Wall -ansi -pedantic -ffast-math -funroll-loops \
+ -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -DNDEBUG \
+- -I. -I.. $(SDL_CFLAGS) -DUSE_SDL -DUSE_NET
++ -I. -I.. $(SDL_CFLAGS) -DUSE_SDL
+
+ OBJS = gfx.o interrpt.o sound.o input.o
+ TARGET = ../sdl.a