diff options
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----------------------------------- + |