summaryrefslogtreecommitdiff
path: root/devel/p5-asa/patches/patch-Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-asa/patches/patch-Makefile.PL')
-rw-r--r--devel/p5-asa/patches/patch-Makefile.PL10
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/p5-asa/patches/patch-Makefile.PL b/devel/p5-asa/patches/patch-Makefile.PL
new file mode 100644
index 00000000000..0b39c375536
--- /dev/null
+++ b/devel/p5-asa/patches/patch-Makefile.PL
@@ -0,0 +1,10 @@
+$NetBSD: patch-Makefile.PL,v 1.1 2017/06/07 14:42:26 ryoon Exp $
+
+--- Makefile.PL.orig 2011-03-06 22:51:11.000000000 +0000
++++ Makefile.PL
+@@ -1,3 +1,5 @@
++use FindBin;
++use lib $FindBin::Bin;
+ use inc::Module::Install::DSL;
+
+ all_from lib/asa.pm