summaryrefslogtreecommitdiff
path: root/games/xmastermind/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'games/xmastermind/files/patch-aa')
-rw-r--r--games/xmastermind/files/patch-aa15
1 files changed, 15 insertions, 0 deletions
diff --git a/games/xmastermind/files/patch-aa b/games/xmastermind/files/patch-aa
new file mode 100644
index 000000000000..88be9e3e4b86
--- /dev/null
+++ b/games/xmastermind/files/patch-aa
@@ -0,0 +1,15 @@
+--- Makefile Tue Dec 30 10:30:25 1997
++++ /home/andy/tmp/wrk/Makefile Mon Mar 23 23:20:18 1998
+@@ -1,10 +1,10 @@
+ OBJS = main.o mymath.o mastermind.o guiglobal.o apptogui.o guitoapp.o mainwindowdesign.o
+
+ CC = gcc
+-CFLAGS = -O2 -Wall -Wpointer-arith -Wstrict-prototypes -pedantic -ansi
++CFLAGS+= -Wall -Wpointer-arith -Wstrict-prototypes -pedantic -ansi -I${X11BASE}/include
+ CLIBS = -lm
+ #GRAPHLIBS = -lforms -L/usr/X11R6/lib/ -lX11 -static
+-GRAPHLIBS = -lforms -L/usr/X11R6/lib/ -lX11
++GRAPHLIBS = -lxforms -L${X11BASE}/lib -lX11
+ MF = Makefile
+
+ ALLLIBS = $(GRAPHLIBS) $(CLIBS)