summaryrefslogtreecommitdiff
path: root/textproc/p5-Text-RecordParser/patches
diff options
context:
space:
mode:
authorryoon <ryoon>2017-06-07 14:42:23 +0000
committerryoon <ryoon>2017-06-07 14:42:23 +0000
commit5e54c5cdd51ec0ad30f560f247a04ed08c809fbe (patch)
tree4d9a59fde62ea2f369f123821ec0f3557cb6541f /textproc/p5-Text-RecordParser/patches
parent09aa0288b0fae741e0ce542613379f8a72906480 (diff)
downloadpkgsrc-5e54c5cdd51ec0ad30f560f247a04ed08c809fbe.tar.gz
Fix build with Perl 5.26.0
Diffstat (limited to 'textproc/p5-Text-RecordParser/patches')
-rw-r--r--textproc/p5-Text-RecordParser/patches/patch-Makefile.PL12
1 files changed, 12 insertions, 0 deletions
diff --git a/textproc/p5-Text-RecordParser/patches/patch-Makefile.PL b/textproc/p5-Text-RecordParser/patches/patch-Makefile.PL
new file mode 100644
index 00000000000..5f830995291
--- /dev/null
+++ b/textproc/p5-Text-RecordParser/patches/patch-Makefile.PL
@@ -0,0 +1,12 @@
+$NetBSD: patch-Makefile.PL,v 1.1 2017/06/07 14:46:59 ryoon Exp $
+
+* Fix build with Perl 5.26.0
+
+--- Makefile.PL.orig 2015-04-21 19:17:02.000000000 +0000
++++ Makefile.PL
+@@ -1,3 +1,5 @@
++use FindBin;
++use lib $FindBin::Bin;
+ use inc::Module::Install;
+
+ name 'Text-RecordParser';