summaryrefslogtreecommitdiff
path: root/security/p5-Crypt-DH-GMP/patches/patch-Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'security/p5-Crypt-DH-GMP/patches/patch-Makefile.PL')
-rw-r--r--security/p5-Crypt-DH-GMP/patches/patch-Makefile.PL12
1 files changed, 12 insertions, 0 deletions
diff --git a/security/p5-Crypt-DH-GMP/patches/patch-Makefile.PL b/security/p5-Crypt-DH-GMP/patches/patch-Makefile.PL
new file mode 100644
index 00000000000..42cf498ecb0
--- /dev/null
+++ b/security/p5-Crypt-DH-GMP/patches/patch-Makefile.PL
@@ -0,0 +1,12 @@
+$NetBSD: patch-Makefile.PL,v 1.1 2017/06/08 14:05:17 schmonz Exp $
+
+Fix build with Perl 5.26.0.
+
+--- Makefile.PL.orig 2014-03-22 05:49:14.000000000 +0000
++++ Makefile.PL
+@@ -1,3 +1,5 @@
++# Load the Module::Install bundled in ./inc/
++BEGIN { push @INC, '.'; }
+ use inc::Module::Install;
+
+ my @DEFINES;