mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
31329f0184
PR: 54353 Pointy hat to: myself
20 lines
561 B
Plaintext
20 lines
561 B
Plaintext
*** 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.
|