summaryrefslogtreecommitdiff
path: root/lang/gforth/patches
diff options
context:
space:
mode:
authoritohy <itohy@pkgsrc.org>2000-04-11 06:57:50 +0000
committeritohy <itohy@pkgsrc.org>2000-04-11 06:57:50 +0000
commit70bf60ba8f3762125bf23f524883ec1512cb9caf (patch)
treed09b737a52335cc38cf316bce13c47c800bd4f79 /lang/gforth/patches
parent9ce0337507480302014ddd1546c8f01b6acc3ac8 (diff)
downloadpkgsrc-70bf60ba8f3762125bf23f524883ec1512cb9caf.tar.gz
I couldn't complete level 11 of sokoban without this change....
Diffstat (limited to 'lang/gforth/patches')
-rw-r--r--lang/gforth/patches/patch-ac13
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/gforth/patches/patch-ac b/lang/gforth/patches/patch-ac
new file mode 100644
index 00000000000..a87beb66554
--- /dev/null
+++ b/lang/gforth/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1 2000/04/11 06:57:50 itohy Exp $
+
+--- sokoban.fs.orig Tue May 5 02:04:25 1998
++++ sokoban.fs Mon Apr 10 22:35:30 2000
+@@ -119,7 +119,7 @@
+ S" &* " S" .&$" r@ play-rule
+ IF r> soko +! 1 rocks +! -1 score +! EXIT THEN
+ S" &$." S" .@*" r@ play-rule
+- IF r> soko +! 1 rocks +! -1 score +! EXIT THEN
++ IF r> soko +! -1 rocks +! 1 score +! EXIT THEN
+ -1 moves +! r> drop ;
+
+ 1 move: soko-right