freebsd-ports/japanese/perl5/files/patch-ae
Jun Kuriyama d93bfdf40e 1. Update PATCH_FILES to use new JPerl patch.
2. Use shared libperl (libperl.so.1) instead of static libperl.

Approved by:	maintainer
PR:		ports/9540
Submitted by:	Issei Suzuki <issei@jp.FreeBSD.ORG>
1999-02-12 14:41:59 +00:00

21 lines
707 B
Plaintext

--- installperl.orig Fri Jul 24 13:00:24 1998
+++ installperl Sun Jan 17 04:32:45 1999
@@ -217,7 +217,7 @@
@corefiles = <$coredir/*.*>;
}
else {
- @corefiles = <*.h libperl*.*>;
+ @corefiles = <*.h libperl.so.*>;
# AIX needs perl.exp installed as well.
push(@corefiles,'perl.exp') if $^O eq 'aix';
# If they have built sperl.o...
@@ -269,7 +269,7 @@
(-l $usrbinperl) &&
((readlink $usrbinperl) eq $expinstperl));
}
- if ((! $mainperl_is_instperl) &&
+ if ('' && (! $mainperl_is_instperl) &&
(yn("Many scripts expect perl to be installed as $usrbinperl.\n" .
"Do you wish to have $usrbinperl be the same as\n" .
"$expinstperl? [y] ")))