summaryrefslogtreecommitdiff
path: root/graphics/p5-GD-SecurityImage
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2017-06-09 16:43:15 +0000
committerryoon <ryoon@pkgsrc.org>2017-06-09 16:43:15 +0000
commitc47d82c93e0f0caa235fa4e368c5cac4b77f2c38 (patch)
tree1596644dbfb01f9f0a080f6605466ec84615a3a9 /graphics/p5-GD-SecurityImage
parent79e16a71e75689071621c76bf5373c56d96e7e2e (diff)
downloadpkgsrc-c47d82c93e0f0caa235fa4e368c5cac4b77f2c38.tar.gz
Fix build with Perl 5.26.0
Diffstat (limited to 'graphics/p5-GD-SecurityImage')
-rw-r--r--graphics/p5-GD-SecurityImage/distinfo3
-rw-r--r--graphics/p5-GD-SecurityImage/patches/patch-Makefile.PL15
2 files changed, 17 insertions, 1 deletions
diff --git a/graphics/p5-GD-SecurityImage/distinfo b/graphics/p5-GD-SecurityImage/distinfo
index ed3a81cd0a0..c30cba38168 100644
--- a/graphics/p5-GD-SecurityImage/distinfo
+++ b/graphics/p5-GD-SecurityImage/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.6 2016/02/17 03:32:50 mef Exp $
+$NetBSD: distinfo,v 1.7 2017/06/09 16:43:15 ryoon Exp $
SHA1 (GD-SecurityImage-1.73.tar.gz) = bf979a78352735a2044f838c8cd2292a00699027
RMD160 (GD-SecurityImage-1.73.tar.gz) = 20a1db00b110f2db34f19932b1e7792e8e74c2ae
SHA512 (GD-SecurityImage-1.73.tar.gz) = 7255c7d0745f4912103777fda6dd1d96563dc6e7c8454c5e0bd61009ac190224f8c58c8c4b7ffd3dbbb896fa5875d51234a3e0922872f6ca9398de0cf0002490
Size (GD-SecurityImage-1.73.tar.gz) = 88513 bytes
+SHA1 (patch-Makefile.PL) = fec1fbc070fb8af99489099d69544332eb54f739
diff --git a/graphics/p5-GD-SecurityImage/patches/patch-Makefile.PL b/graphics/p5-GD-SecurityImage/patches/patch-Makefile.PL
new file mode 100644
index 00000000000..845e868955f
--- /dev/null
+++ b/graphics/p5-GD-SecurityImage/patches/patch-Makefile.PL
@@ -0,0 +1,15 @@
+$NetBSD: patch-Makefile.PL,v 1.1 2017/06/09 16:43:15 ryoon Exp $
+
+* Fix build with Perl 5.26.0
+
+--- Makefile.PL.orig 2015-01-21 01:05:58.000000000 +0000
++++ Makefile.PL
+@@ -3,6 +3,8 @@
+ use 5.006;
+ use strict;
+ use warnings;
++use FindBin;
++use lib $FindBin::Bin;
+ use lib qw( builder/lib );
+ use Build::Spec qw( mm_spec );
+ use ExtUtils::MakeMaker;