diff options
author | ryoon <ryoon@pkgsrc.org> | 2017-06-09 16:57:55 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2017-06-09 16:57:55 +0000 |
commit | 9aace07103275f9b6a1011ba96ffc03d67bdc94f (patch) | |
tree | daa84864446783309c388e92d135e5374133b1b5 /security | |
parent | 2d822974c3487ac0d5460ab9bc379ead0010c689 (diff) | |
download | pkgsrc-9aace07103275f9b6a1011ba96ffc03d67bdc94f.tar.gz |
Fix build with Perl 5.26.0
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-Authen-PAM/distinfo | 3 | ||||
-rw-r--r-- | security/p5-Authen-PAM/patches/patch-Makefile.PL | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/security/p5-Authen-PAM/distinfo b/security/p5-Authen-PAM/distinfo index b256e22364e..109b13259a3 100644 --- a/security/p5-Authen-PAM/distinfo +++ b/security/p5-Authen-PAM/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.2 2015/11/04 01:17:53 agc Exp $ +$NetBSD: distinfo,v 1.3 2017/06/09 16:57:55 ryoon Exp $ SHA1 (Authen-PAM-0.16.tar.gz) = 648dc61f67fc17571072c3e1221827230eb2820b RMD160 (Authen-PAM-0.16.tar.gz) = 22e4df145506a207700a90ad5bcd47f6f7f245d0 SHA512 (Authen-PAM-0.16.tar.gz) = 2419698193697cb8c9ac3a1527a25abefffd9f15f4b492006081b2c8e7fe9e01e00f33e8fed6a07611b725b38ed92d9feb51b8ba61e4c23313cc5ff9ea1c05fd Size (Authen-PAM-0.16.tar.gz) = 45922 bytes +SHA1 (patch-Makefile.PL) = b1b0c39ec12353f766dba2405a3c2487ac22df9a diff --git a/security/p5-Authen-PAM/patches/patch-Makefile.PL b/security/p5-Authen-PAM/patches/patch-Makefile.PL new file mode 100644 index 00000000000..faed7169ac2 --- /dev/null +++ b/security/p5-Authen-PAM/patches/patch-Makefile.PL @@ -0,0 +1,12 @@ +$NetBSD: patch-Makefile.PL,v 1.1 2017/06/09 16:57:55 ryoon Exp $ + +* Fix build with Perl 5.26.0 + +--- Makefile.PL.orig 2005-06-06 13:29:12.000000000 +0000 ++++ Makefile.PL +@@ -1,3 +1,5 @@ ++use FindBin; ++use lib $FindBin::Bin; + use ExtUtils::MakeMaker; + use Config; + |