summaryrefslogtreecommitdiffstats
path: root/games/xinvaders3d/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/xinvaders3d/files/patch-Makefile')
-rw-r--r--games/xinvaders3d/files/patch-Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/games/xinvaders3d/files/patch-Makefile b/games/xinvaders3d/files/patch-Makefile
new file mode 100644
index 0000000..a09d750
--- /dev/null
+++ b/games/xinvaders3d/files/patch-Makefile
@@ -0,0 +1,25 @@
+--- Makefile.orig Wed Oct 11 17:32:13 2000
++++ Makefile Fri Nov 24 16:02:54 2006
+@@ -1,18 +1,18 @@
+ all: game
+
+-CC = gcc
+-XLIB = -L/usr/X11R6/lib -I/usr/X11R6/include
++CC?= gcc
++XLIB = -L$(LOCALBASE)/lib -I$(LOCALBASE)/include
+ LIBS = -lm -lX11
+ OBJS = game.o aliens.o player.o effects.o \
+ object.o camera.o main-x11.o vec4x1.o mat4x4.o
+ DEPENDS =
+ #CFLAGS = -g -Wall -pedantic -ansi
+-CFLAGS = -ansi
++CFLAGS+= -ansi
+ #OPTIONS = -D_GNU_SOURCE -DGAME_LINUX_X11 -DGAME_DEBUG
+ OPTIONS= -DGAME_LINUX_X11
+
+ .c.o: $(DEPENDS)
+- $(CC) -c $(CFLAGS) $(OPTIONS) $< -o $@
++ $(CC) -c $(CFLAGS) $(OPTIONS) $(XLIB) $< -o $@
+
+ game: $(OBJS) $(DEPENDS)
+ $(CC) -o xinv3d $(OBJS) $(XLIB) $(LIBS) $(OPTIONS)
OpenPOWER on IntegriCloud