diff options
author | Steve Price <steve@FreeBSD.org> | 1999-04-08 18:00:19 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-04-08 18:00:19 +0000 |
commit | 3619c2f0b9f3ef8db115cb44e5ca5ea75db5bb03 (patch) | |
tree | 8c1dd3575ae5821d7e71c56c651ea204d0a60af2 /games/xbomber/files/patch-aa | |
parent | Update to version 1.4.1. (diff) |
Import of xbomber verrsion 0.8.
A game based on "Super Bomberman" for the SNES.
Submitted by: Joe Clarke <jclarke@cisco.com>
Notes
Notes:
svn path=/head/; revision=17739
Diffstat (limited to 'games/xbomber/files/patch-aa')
-rw-r--r-- | games/xbomber/files/patch-aa | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/games/xbomber/files/patch-aa b/games/xbomber/files/patch-aa new file mode 100644 index 000000000000..319ca86481df --- /dev/null +++ b/games/xbomber/files/patch-aa @@ -0,0 +1,20 @@ +--- makefile.orig Sun Jun 28 05:00:06 1998 ++++ makefile Sun Jun 28 05:01:25 1998 +@@ -13,7 +13,7 @@ + + CC=gcc + MATHLIB=-lm +-CFLAGS=-I/usr/X11/include ++CFLAGS=-I/usr/X11R6/include + + # Change this to "touch" if your system doesn't have the "strip" command: + POSTPROCESS=strip +@@ -25,7 +25,7 @@ + #XLIB=-L/usr/openwin/lib -lX11 + + # uncomment for FreeBSD +-#XLIB=-L /usr/X11R6/lib -lX11 -lcompat ++XLIB=-L /usr/X11R6/lib -lX11 -lcompat + + # End of makefile user-definable variables----------------------------------- + |