summaryrefslogtreecommitdiff
path: root/security/p5-Authen-PAM/patches/patch-Makefile.PL
blob: faed7169ac2ef038319600209d3cd53de85a1710 (plain)
1
2
3
4
5
6
7
8
9
10
11
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;