diff options
author | steve <steve@FreeBSD.org> | 1998-08-24 09:19:24 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-08-24 09:19:24 +0800 |
commit | 275b54ec94c6d22d0310e384a4ca900d3f086502 (patch) | |
tree | c7e2ea5b29a027db2a222b11c37c3e29c8f4bd8d /japanese/perl5 | |
parent | 323743b62aca0adfb53e7fc28cd250ce056be57c (diff) | |
download | freebsd-ports-gnome-275b54ec94c6d22d0310e384a4ca900d3f086502.tar.gz freebsd-ports-gnome-275b54ec94c6d22d0310e384a4ca900d3f086502.tar.zst freebsd-ports-gnome-275b54ec94c6d22d0310e384a4ca900d3f086502.zip |
Pick up libraries from /usr/lib/aout too.
PR: 7536
Submitted by: maintainer
Diffstat (limited to 'japanese/perl5')
-rw-r--r-- | japanese/perl5/files/patch-aa | 9 |
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' |