summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/perl/Cross/installperl.patch
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2004-04-07 21:12:13 +0000
committermillert <millert@openbsd.org>2004-04-07 21:12:13 +0000
commit1b0c1ed84083c2966ca2436c25340d7804b6abd2 (patch)
treefb235961cc7f3cddfb00cd2cb125a6b8608c3603 /gnu/usr.bin/perl/Cross/installperl.patch
parentreflect reality. with lots of help from jmc@ (diff)
downloadwireguard-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.patch4
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";
}