diff options
author | Steve Price <steve@FreeBSD.org> | 1998-08-24 01:19:24 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-08-24 01:19:24 +0000 |
commit | a21b3af68688c13191d9b330139442300a879883 (patch) | |
tree | f9a501753687d1160dd4ee950b50a012fed9e280 /japanese/perl5 | |
parent | b47fb56f924bf2f6e860fa28815d0a080e37f158 (diff) | |
download | ports-a21b3af68688c13191d9b330139442300a879883.tar.gz ports-a21b3af68688c13191d9b330139442300a879883.zip |
Notes
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' |