summaryrefslogtreecommitdiff
path: root/devel/p5-ExtUtils-AutoInstall/patches/patch-Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-ExtUtils-AutoInstall/patches/patch-Makefile.PL')
-rw-r--r--devel/p5-ExtUtils-AutoInstall/patches/patch-Makefile.PL14
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/p5-ExtUtils-AutoInstall/patches/patch-Makefile.PL b/devel/p5-ExtUtils-AutoInstall/patches/patch-Makefile.PL
new file mode 100644
index 00000000000..c99770c3ca4
--- /dev/null
+++ b/devel/p5-ExtUtils-AutoInstall/patches/patch-Makefile.PL
@@ -0,0 +1,14 @@
+$NetBSD: patch-Makefile.PL,v 1.1 2017/06/07 00:36:24 ryoon Exp $
+
+* Fix build with Perl 5.26.0
+
+--- Makefile.PL.orig 2005-09-09 12:07:24.000000000 +0000
++++ Makefile.PL
+@@ -1,5 +1,7 @@
+ #!/usr/bin/perl
+
++use FindBin;
++use lib $FindBin::Bin;
+ use inc::Module::Install;
+ use lib 'lib';
+