diff options
author | schmonz <schmonz@pkgsrc.org> | 2017-06-08 14:05:17 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2017-06-08 14:05:17 +0000 |
commit | 3f66571c53dd4e643298f78eba9532b2a4f5d740 (patch) | |
tree | a5bff77e70b393d92061c648bb25ba5a94c32a8b /security/p5-Crypt-DH-GMP | |
parent | 61e9d505378d8ceb1c5cf4836fff970310621279 (diff) | |
download | pkgsrc-3f66571c53dd4e643298f78eba9532b2a4f5d740.tar.gz |
Fix build with Perl 5.26.0.
Diffstat (limited to 'security/p5-Crypt-DH-GMP')
-rw-r--r-- | security/p5-Crypt-DH-GMP/distinfo | 3 | ||||
-rw-r--r-- | security/p5-Crypt-DH-GMP/patches/patch-Makefile.PL | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/security/p5-Crypt-DH-GMP/distinfo b/security/p5-Crypt-DH-GMP/distinfo index dfd8588141b..a8c44d20ace 100644 --- a/security/p5-Crypt-DH-GMP/distinfo +++ b/security/p5-Crypt-DH-GMP/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.2 2015/11/04 01:17:54 agc Exp $ +$NetBSD: distinfo,v 1.3 2017/06/08 14:05:17 schmonz Exp $ SHA1 (Crypt-DH-GMP-0.00012.tar.gz) = 0f512464b61d7a0ebdbeb56425ba62a4ea82f9c8 RMD160 (Crypt-DH-GMP-0.00012.tar.gz) = d7ca76d9d11804d041b9810e2c11907019db6f2c SHA512 (Crypt-DH-GMP-0.00012.tar.gz) = f799017db780613b6d971f626659765f282debe63207bdbc36db223030bcd8f7f478c6331372d9794bcc8207d71bfae6d62048439766916478f4b61f42c5bb6e Size (Crypt-DH-GMP-0.00012.tar.gz) = 34421 bytes +SHA1 (patch-Makefile.PL) = cf60b636b502eec8014f223b9c9d02139fd3deb3 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; |