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-ab14
1 files changed, 9 insertions, 5 deletions
diff --git a/lang/pforth/patches/patch-ab b/lang/pforth/patches/patch-ab
index 91f7cc61ef6..46b727f844a 100644
--- a/lang/pforth/patches/patch-ab
+++ b/lang/pforth/patches/patch-ab
@@ -1,13 +1,17 @@
-$NetBSD: patch-ab,v 1.1.1.1 2001/01/19 22:27:00 jtb Exp $
+$NetBSD: patch-ab,v 1.2 2001/06/20 06:53:41 jtb Exp $
---- csrc/pf_main.c.orig Fri Jan 19 21:03:56 2001
+--- csrc/pf_main.c.orig Tue Mar 31 22:34:50 1998
+++ csrc/pf_main.c
-@@ -42,7 +42,7 @@
+@@ -42,7 +42,12 @@
int main( int argc, char **argv )
{
-- const char *DicName = "pforth.dic";
-+ const char *DicName = "@PREFIX@/lib/pforth/pforth.dic";
++
++#ifdef PF_DIC
++ const char *DicName = PF_DIC;
++#else
+ const char *DicName = "pforth.dic";
++#endif
const char *SourceName = NULL;
char IfInit = FALSE;
char *s;