diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-08-01 14:52:45 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-08-01 14:52:45 +0000 |
commit | bbe7d892ae0090ce3b6323b7aa430b4272e5bb37 (patch) | |
tree | 8512ae804fffa18519e9c8a88a5bffa680ddc522 /games/xpipeman/patches/patch-ab | |
parent | d3275ee40b12e2ecfe368322e09882b2f1af2d57 (diff) | |
download | pkgsrc-bbe7d892ae0090ce3b6323b7aa430b4272e5bb37.tar.gz |
Initial addition of xpipeman-1.5, a connect the pipes to contain the
water flow game for X11. Closes pr 5889 by Tim Rightnour.
Diffstat (limited to 'games/xpipeman/patches/patch-ab')
-rw-r--r-- | games/xpipeman/patches/patch-ab | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games/xpipeman/patches/patch-ab b/games/xpipeman/patches/patch-ab new file mode 100644 index 00000000000..10c33832794 --- /dev/null +++ b/games/xpipeman/patches/patch-ab @@ -0,0 +1,10 @@ +--- Imakefile.orig Sat Aug 1 01:16:57 1998 ++++ Imakefile Sat Aug 1 01:19:02 1998 +@@ -1,5 +1,5 @@ + +- SCORE_FILE = -DSCORE_FILE=\"/usr/games/lib/xpipescores\" ++ SCORE_FILE = -DSCORE_FILE=\"$(X11BASE)/share/xpipeman/xpipescores\" + MAXSCORES = -DMAXSCORES=20 +- DEFINES = $(SCORE_FILE) $(MAXSCORES) -DSYSV ++ DEFINES = $(SCORE_FILE) $(MAXSCORES) + |