diff options
author | 2004-04-07 21:12:13 +0000 | |
---|---|---|
committer | 2004-04-07 21:12:13 +0000 | |
commit | 1b0c1ed84083c2966ca2436c25340d7804b6abd2 (patch) | |
tree | fb235961cc7f3cddfb00cd2cb125a6b8608c3603 /gnu/usr.bin/perl/Cross/installperl.patch | |
parent | reflect reality. with lots of help from jmc@ (diff) | |
download | wireguard-openbsd-1b0c1ed84083c2966ca2436c25340d7804b6abd2.tar.xz wireguard-openbsd-1b0c1ed84083c2966ca2436c25340d7804b6abd2.zip |
perl 5.8.3 from CPAN
Diffstat (limited to 'gnu/usr.bin/perl/Cross/installperl.patch')
-rw-r--r-- | gnu/usr.bin/perl/Cross/installperl.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/perl/Cross/installperl.patch b/gnu/usr.bin/perl/Cross/installperl.patch index 0101e660fe3..7e10c94ac40 100644 --- a/gnu/usr.bin/perl/Cross/installperl.patch +++ b/gnu/usr.bin/perl/Cross/installperl.patch @@ -3,7 +3,7 @@ @@ -3,8 +3,8 @@ BEGIN { require 5.004; - chdir '..' if !-d 'lib' and -d '..\lib'; + chdir '..' if !-d 'lib' and -d '../lib'; - @INC = 'lib'; - $ENV{PERL5LIB} = 'lib'; +# @INC = 'lib'; @@ -11,7 +11,7 @@ } use strict; -@@ -931,7 +931,7 @@ +@@ -946,7 +946,7 @@ print " " if (@opts); print "$file\n"; } |