1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/games/xbomber/files/patch-aa
Steve Price 3619c2f0b9 Import of xbomber verrsion 0.8.
A game based on "Super Bomberman" for the SNES.

Submitted by:	Joe Clarke <jclarke@cisco.com>
1999-04-08 18:00:19 +00:00

21 lines
513 B
Plaintext

--- 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-----------------------------------