diff options
author | frueauf <frueauf> | 1998-08-07 11:54:28 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1998-08-07 11:54:28 +0000 |
commit | f79f835f4bbc2f5d9a565fddaa98716c8e8cff4c (patch) | |
tree | 7c25359934a12de5707f421388c365565c2400e7 /games/spellcast/patches | |
parent | ff349a55f46f04ae2439e6a3ecbd81974d35a3a8 (diff) | |
download | pkgsrc-f79f835f4bbc2f5d9a565fddaa98716c8e8cff4c.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-aa | 30 |
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) |