summaryrefslogtreecommitdiff
path: root/misc/brs
diff options
context:
space:
mode:
authorDaichi GOTO <daichi@FreeBSD.org>2003-07-11 05:04:27 +0000
committerDaichi GOTO <daichi@FreeBSD.org>2003-07-11 05:04:27 +0000
commit31329f01842666343df0166dd335eb22a969e957 (patch)
tree357dee321b0d2ec8ea8611ecc94b6b99816411d1 /misc/brs
parentupdate misc/brs: 4.0 -> 4.03 (diff)
I forgot to add patch-ac file to misc/brs.
PR: 54353 Pointy hat to: myself
Notes
Notes: svn path=/head/; revision=84639
Diffstat (limited to 'misc/brs')
-rw-r--r--misc/brs/files/patch-ac19
1 files changed, 19 insertions, 0 deletions
diff --git a/misc/brs/files/patch-ac b/misc/brs/files/patch-ac
new file mode 100644
index 000000000000..f0658e6d6192
--- /dev/null
+++ b/misc/brs/files/patch-ac
@@ -0,0 +1,19 @@
+*** brl.c.orig Tue Apr 12 19:31:59 1994
+--- brl.c Thu Jul 10 23:06:55 2003
+***************
+*** 1146,1152 ****
+ if (dfname == NULL)
+ dfname = "bible.data";
+ if (dfpath == NULL)
+! dfpath = "./ /usr/local/lib/";
+ tsl_init( dfname, dfpath, memlimit );
+
+ /* Set (low) illegal value for current context.
+--- 1146,1152 ----
+ if (dfname == NULL)
+ dfname = "bible.data";
+ if (dfpath == NULL)
+! dfpath = "./ %%PREFIX%%/share/brs/";
+ tsl_init( dfname, dfpath, memlimit );
+
+ /* Set (low) illegal value for current context.