summaryrefslogtreecommitdiff
path: root/japanese/perl5/files/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/perl5/files/patch-ah')
-rw-r--r--japanese/perl5/files/patch-ah20
1 files changed, 10 insertions, 10 deletions
diff --git a/japanese/perl5/files/patch-ah b/japanese/perl5/files/patch-ah
index 176bbadb5663..0cc7667c4c51 100644
--- a/japanese/perl5/files/patch-ah
+++ b/japanese/perl5/files/patch-ah
@@ -1,17 +1,17 @@
---- Makefile.SH.orig Wed Feb 10 19:02:00 1999
-+++ Makefile.SH Wed Feb 10 19:13:58 1999
-@@ -46,9 +46,18 @@
- os2*) # OS/2 doesn't need anything special for LD_LIBRARY_PATH.
- ldlibpth=''
- ;;
-- sunos*|freebsd[23]*|netbsd*)
-+ sunos*|netbsd*)
+--- Makefile.SH.orig Fri May 7 22:06:24 1999
++++ Makefile.SH Fri May 7 22:26:31 1999
+@@ -51,9 +51,18 @@
+ sunos*)
linklibperl="-lperl"
;;
+- netbsd*|freebsd[234]*)
++ netbsd*)
+ linklibperl="-L. -lperl"
+ ;;
+ freebsd*)
+ linklibperl="-L. -lperl"
+ if [ -x /usr/bin/objformat ]; then
-+ objformat=`objformat`
++ objformat=`/usr/bin/objformat`
+ else
+ objformat=aout
+ fi
@@ -20,7 +20,7 @@
aix*)
shrpldflags="-H512 -T512 -bhalt:4 -bM:SRE -bE:perl.exp"
case "$osvers" in
-@@ -300,12 +309,17 @@
+@@ -305,12 +314,17 @@
$spitshell >>Makefile <<'!NO!SUBS!'
$(LD) $(SHRPLDFLAGS) -o $@ perl$(OBJ_EXT) $(obj)
!NO!SUBS!