summaryrefslogtreecommitdiff
path: root/games/wmtictactoe/files/patch-aa
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-05-03 04:31:15 +0000
committerSteve Price <steve@FreeBSD.org>1999-05-03 04:31:15 +0000
commitd0f327b6c2de9013b815dadec8cdff08c4b1517b (patch)
tree63537c44bb90839d2dc6924b619fcf88c99f3716 /games/wmtictactoe/files/patch-aa
parentAdd WWW: to more recent imports (so that they aren't missed). (diff)
Initial import of wmtictactoe version 0.4.
A dockable TicTacToe game for WindowMaker and AfterStep. PR: 11400 Submitted by: Jim Mock <jim@phrantic.phear.net>
Notes
Notes: svn path=/head/; revision=18413
Diffstat (limited to 'games/wmtictactoe/files/patch-aa')
-rw-r--r--games/wmtictactoe/files/patch-aa22
1 files changed, 22 insertions, 0 deletions
diff --git a/games/wmtictactoe/files/patch-aa b/games/wmtictactoe/files/patch-aa
new file mode 100644
index 000000000000..64085be503a2
--- /dev/null
+++ b/games/wmtictactoe/files/patch-aa
@@ -0,0 +1,22 @@
+--- Makefile.orig Mon Mar 29 09:41:40 1999
++++ Makefile Sat May 1 21:48:22 1999
+@@ -1,9 +1,10 @@
+-LIBDIR = -L/usr/X11R6/lib
++INCLUDES = -I${X11BASE}/include
++LIBDIR = -L${X11BASE}/lib
+ LIBS = -lXpm -lXext -lX11
+ OBJS = wmtictactoe.o ../wmgeneral/wmgeneral.o
+
+ .c.o:
+- cc -c -g -O2 -Wall $< -o $*.o
++ cc -c -g -O2 -Wall $(INCLUDES) $< -o $*.o
+
+ all: wmtictactoe
+
+@@ -17,5 +18,4 @@
+ rm wmtictactoe
+
+ install:
+- /usr/bin/install -c -o 0 -g 0 -s -m 755 wmtictactoe /usr/local/bin/wmtictactoe
+-
++ /usr/bin/install -c -o 0 -g 0 -s -m 755 wmtictactoe ${PREFIX}/bin/wmtictactoe