summaryrefslogtreecommitdiff
path: root/lang/wonka/patches
diff options
context:
space:
mode:
authorskrll <skrll>2002-11-06 15:38:25 +0000
committerskrll <skrll>2002-11-06 15:38:25 +0000
commitad8290dcd3b98408da1ffca8fe50f281d3edfc95 (patch)
tree74cd7c92c20aba1a2873e9b467abba213a345a99 /lang/wonka/patches
parenta6b92f0c84dbee6961c5f53f61c75863eee5e1e4 (diff)
downloadpkgsrc-ad8290dcd3b98408da1ffca8fe50f281d3edfc95.tar.gz
Fix a crash noted by wiz. Lena's quite cute really.
Diffstat (limited to 'lang/wonka/patches')
-rw-r--r--lang/wonka/patches/patch-ai13
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/wonka/patches/patch-ai b/lang/wonka/patches/patch-ai
new file mode 100644
index 00000000000..771d199acb0
--- /dev/null
+++ b/lang/wonka/patches/patch-ai
@@ -0,0 +1,13 @@
+$NetBSD: patch-ai,v 1.1 2002/11/06 15:38:26 skrll Exp $
+
+--- tool/visualtest/java/com/acunia/wonka/test/awt/vte.properties.orig Thu Oct 24 15:10:07 2002
++++ tool/visualtest/java/com/acunia/wonka/test/awt/vte.properties
+@@ -11,7 +11,7 @@ property.exitAfterAutorun = true
+
+ ! the number of minutes the autorunner will run (if 0 it won't stop)
+ property.autorunTime = 240
+-property.path = /test
++property.path = @PREFIX@/test
+
+ ! property height and width allow to specify the size of the vte frame
+ ! when a negative value is encountered the actual screen height/width is used.