summaryrefslogtreecommitdiff
path: root/security/p5-Authen-SASL/patches/patch-Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'security/p5-Authen-SASL/patches/patch-Makefile.PL')
-rw-r--r--security/p5-Authen-SASL/patches/patch-Makefile.PL15
1 files changed, 15 insertions, 0 deletions
diff --git a/security/p5-Authen-SASL/patches/patch-Makefile.PL b/security/p5-Authen-SASL/patches/patch-Makefile.PL
new file mode 100644
index 00000000000..978141a8f83
--- /dev/null
+++ b/security/p5-Authen-SASL/patches/patch-Makefile.PL
@@ -0,0 +1,15 @@
+$NetBSD: patch-Makefile.PL,v 1.1 2017/06/05 23:19:54 ryoon Exp $
+
+* Add workaround for removing . from @INC
+
+--- Makefile.PL.orig 2010-03-11 15:10:46.000000000 +0000
++++ Makefile.PL
+@@ -3,6 +3,8 @@
+ use strict;
+ use warnings;
+ use 5.005;
++use FindBin;
++use lib $FindBin::Bin;
+ use inc::Module::Install;
+
+ name 'Authen-SASL';