summaryrefslogtreecommitdiff
path: root/lang/pforth/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'lang/pforth/patches/patch-ab')
-rw-r--r--lang/pforth/patches/patch-ab13
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/pforth/patches/patch-ab b/lang/pforth/patches/patch-ab
new file mode 100644
index 00000000000..91f7cc61ef6
--- /dev/null
+++ b/lang/pforth/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1.1.1 2001/01/19 22:27:00 jtb Exp $
+
+--- csrc/pf_main.c.orig Fri Jan 19 21:03:56 2001
++++ csrc/pf_main.c
+@@ -42,7 +42,7 @@
+
+ int main( int argc, char **argv )
+ {
+- const char *DicName = "pforth.dic";
++ const char *DicName = "@PREFIX@/lib/pforth/pforth.dic";
+ const char *SourceName = NULL;
+ char IfInit = FALSE;
+ char *s;