diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 1999-08-26 00:22:53 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 1999-08-26 00:22:53 +0000 |
commit | eb32b207678ef675e6c1df285f3b3d75da56dbe6 (patch) | |
tree | afbcf57a2b609931490dabfa632508b9a0a51571 /games/xscrabble/patches | |
parent | 4da7b7996afea760e56f35a646b4b6a6b6840ef8 (diff) | |
download | pkgsrc-eb32b207678ef675e6c1df285f3b3d75da56dbe6.tar.gz |
add xscrabble-1.0 to collection.
X version of the popular board game, for 1 to 4 players.
Diffstat (limited to 'games/xscrabble/patches')
-rw-r--r-- | games/xscrabble/patches/patch-aa | 11 | ||||
-rw-r--r-- | games/xscrabble/patches/patch-ab | 13 |
2 files changed, 24 insertions, 0 deletions
diff --git a/games/xscrabble/patches/patch-aa b/games/xscrabble/patches/patch-aa new file mode 100644 index 00000000000..8b681023e0c --- /dev/null +++ b/games/xscrabble/patches/patch-aa @@ -0,0 +1,11 @@ +$NetBSD: patch-aa,v 1.1.1.1 1999/08/26 00:22:56 dmcmahill Exp $ + +--- XScrabble.ad.orig Sun Jul 11 23:26:50 1999 ++++ XScrabble.ad Sun Jul 11 23:27:12 1999 +@@ -4,5 +4,5 @@ + XScrabble.dictfile: /usr/local/lib/OSPD3 + XScrabble.permfile: /usr/local/lib/scrabble_permutations +-XScrabble.scorefile: /usr/local/lib/xscrabble.scores ++XScrabble.scorefile: /var/games/xscrabble.scores + + ! version string, to make sure correct resource file is loaded diff --git a/games/xscrabble/patches/patch-ab b/games/xscrabble/patches/patch-ab new file mode 100644 index 00000000000..e2b44752f8d --- /dev/null +++ b/games/xscrabble/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1.1.1 1999/08/26 00:22:56 dmcmahill Exp $ + +--- src/Imakefile.orig Mon Jul 12 22:39:52 1999 ++++ src/Imakefile Mon Jul 12 22:40:24 1999 +@@ -29,6 +29,6 @@ + SLIBS = + +- INCLUDES = -I.. -I/home/mchapman/include +-SYS_LIBRARIES = -lXpm -L../Xc -lXc -L/home/mchapman/lib ++ INCLUDES = -I.. ++SYS_LIBRARIES = -lXpm -L../Xc -lXc + + CCOPTIONS = |