summaryrefslogtreecommitdiff
path: root/japanese/perl5/files/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/perl5/files/patch-ae')
-rw-r--r--japanese/perl5/files/patch-ae20
1 files changed, 0 insertions, 20 deletions
diff --git a/japanese/perl5/files/patch-ae b/japanese/perl5/files/patch-ae
deleted file mode 100644
index 61ea9bd39fd5..000000000000
--- a/japanese/perl5/files/patch-ae
+++ /dev/null
@@ -1,20 +0,0 @@
---- 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] ")))