From: afresh1 Date: Wed, 24 Dec 2014 04:45:44 +0000 (+0000) Subject: Use an extension that installperl skips for the Config_heavy modifications X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=2e2e1c3dd1fbb607794c1ae9424504cecf091271;p=openbsd Use an extension that installperl skips for the Config_heavy modifications --- diff --git a/gnu/usr.bin/perl/installperl b/gnu/usr.bin/perl/installperl index 56bc9a74ba9..7c20ba8ad86 100644 --- a/gnu/usr.bin/perl/installperl +++ b/gnu/usr.bin/perl/installperl @@ -753,7 +753,7 @@ sub installlib { if ($name eq 'Config_heavy.pl') { open my $ifh, '<', $_ or die $!; - $_ = "$_.local"; + $_ = "$_.orig"; open my $ofh, '>', $_ or die $!; while (my $l = <$ifh>) { $l =~ s,^(ccflags|cppflags)[^=]*='[^']+,$& -I/usr/local/include,;