summaryrefslogtreecommitdiff
path: root/security/p5-Text-Password-Pronounceable/patches/patch-Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'security/p5-Text-Password-Pronounceable/patches/patch-Makefile.PL')
-rw-r--r--security/p5-Text-Password-Pronounceable/patches/patch-Makefile.PL12
1 files changed, 12 insertions, 0 deletions
diff --git a/security/p5-Text-Password-Pronounceable/patches/patch-Makefile.PL b/security/p5-Text-Password-Pronounceable/patches/patch-Makefile.PL
new file mode 100644
index 00000000000..03a1e0cd11b
--- /dev/null
+++ b/security/p5-Text-Password-Pronounceable/patches/patch-Makefile.PL
@@ -0,0 +1,12 @@
+$NetBSD: patch-Makefile.PL,v 1.1 2017/06/07 00:10:55 ryoon Exp $
+
+* Fix build with Perl 5.26.0
+
+--- Makefile.PL.orig 2010-08-16 19:06:43.000000000 +0000
++++ Makefile.PL
+@@ -1,3 +1,5 @@
++use FindBin;
++use lib $FindBin::Bin;
+ use inc::Module::Install;
+
+ version_from('lib/Text/Password/Pronounceable.pm');