summaryrefslogtreecommitdiff
path: root/japanese/perl5
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-08-24 01:19:24 +0000
committerSteve Price <steve@FreeBSD.org>1998-08-24 01:19:24 +0000
commita21b3af68688c13191d9b330139442300a879883 (patch)
treef9a501753687d1160dd4ee950b50a012fed9e280 /japanese/perl5
parentAdd new section 5 manpages. (diff)
Pick up libraries from /usr/lib/aout too.
PR: 7536 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=12777
Diffstat (limited to 'japanese/perl5')
-rw-r--r--japanese/perl5/files/patch-aa9
1 files changed, 9 insertions, 0 deletions
diff --git a/japanese/perl5/files/patch-aa b/japanese/perl5/files/patch-aa
index 693e4fcbe72c..04060c05906d 100644
--- a/japanese/perl5/files/patch-aa
+++ b/japanese/perl5/files/patch-aa
@@ -17,6 +17,15 @@
: Test and see if we are running under ksh, either blatantly or in disguise.
if (PATH=.; alias -x) >/dev/null 2>&1; then
+@@ -732,7 +732,7 @@
+ inclwanted=''
+
+ : change the next line if compiling for Xenix/286 on Xenix/386
+-xlibpth='/usr/lib/386 /lib/386'
++xlibpth='/usr/lib/aout /usr/lib/386 /lib/386'
+
+ : Possible local library directories to search.
+ loclibpth="/usr/local/lib /opt/local/lib /usr/gnu/lib"
@@ -756,7 +756,7 @@
: List of libraries we want.
libswanted='sfio net socket inet nsl nm ndbm gdbm dbm db malloc dl'