summaryrefslogtreecommitdiff
path: root/games/spellcast/patches
diff options
context:
space:
mode:
authorfrueauf <frueauf>1998-08-07 11:54:28 +0000
committerfrueauf <frueauf>1998-08-07 11:54:28 +0000
commit1d7efeb6eda62cf0e2f1ce10f6497490a4663a38 (patch)
tree7c25359934a12de5707f421388c365565c2400e7 /games/spellcast/patches
parentf8a0c4ea4a309b3189cf85caa2c5176e31e78bf3 (diff)
downloadpkgsrc-1d7efeb6eda62cf0e2f1ce10f6497490a4663a38.tar.gz
Initial addition of spellcast-1.2, a game of dueling wizards for two players.
Closes pr 5924 by Tim Rightnour.
Diffstat (limited to 'games/spellcast/patches')
-rw-r--r--games/spellcast/patches/patch-aa30
1 files changed, 30 insertions, 0 deletions
diff --git a/games/spellcast/patches/patch-aa b/games/spellcast/patches/patch-aa
new file mode 100644
index 00000000000..8ed94aa1c19
--- /dev/null
+++ b/games/spellcast/patches/patch-aa
@@ -0,0 +1,30 @@
+$NetBSD: patch-aa,v 1.1 1998/08/07 11:54:29 frueauf Exp $
+
+--- Makefile.orig Fri Aug 7 04:21:15 1998
++++ Makefile Fri Aug 7 04:24:19 1998
+@@ -15,6 +15,6 @@
+ # spell list postscript file are installed. Change them to whatever is appropriate.
+-DESTDIR=/afs/andrew.cmu.edu/usr0/games
+-DESTBIN=$(DESTDIR)/bin/.unpriv/@sys
++DESTDIR=$(PREFIX)
++DESTBIN=$(DESTDIR)/bin
+ DESTMAN=$(DESTDIR)/man/man6
+-DESTLIB=$(DESTDIR)/lib/spellcast
++DESTLIB=$(DESTDIR)/share/doc/spellcast
+
+@@ -24,7 +24,7 @@
+
+-CFLAGS = -g -I/usr/local/include -I./bitmaps -DBODYFONT=$(FONT1) \
++CFLAGS = -O -I$(X11BASE)/include -I./bitmaps -DBODYFONT=$(FONT1) \
+ -DBODYFONT_ALT=$(FONT2) -DBODYFONT_ALT2=$(FONT3) -DTRANSCRIPTDIR=$(LOGDIR)
+-LFLAGS = -g
++LFLAGS = -Wl,-R$(X11BASE)/lib
+
+-XLIB = -L/usr/local/lib -lX11
++XLIB = -L$(X11BASE)/lib -lX11
+
+@@ -51,3 +51,3 @@
+ install -c spellcast.6 $(DESTMAN)
+- -mkdir $(DESTLIB)
++ -mkdir -p $(DESTLIB)
+ install -c spelllist.ps $(DESTLIB)