Use an extension that installperl skips for the Config_heavy modifications
authorafresh1 <afresh1@openbsd.org>
Wed, 24 Dec 2014 04:45:44 +0000 (04:45 +0000)
committerafresh1 <afresh1@openbsd.org>
Wed, 24 Dec 2014 04:45:44 +0000 (04:45 +0000)
gnu/usr.bin/perl/installperl

index 56bc9a7..7c20ba8 100644 (file)
@@ -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,;