pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/p5-RT-Authen-ExternalAuth



Module Name:    pkgsrc
Committed By:   maya
Date:           Mon Jun 12 08:38:07 UTC 2017

Modified Files:
        pkgsrc/devel/p5-RT-Authen-ExternalAuth: Makefile

Log Message:
Fix build with perl 5.26


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/p5-RT-Authen-ExternalAuth/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/p5-RT-Authen-ExternalAuth/Makefile
diff -u pkgsrc/devel/p5-RT-Authen-ExternalAuth/Makefile:1.8 pkgsrc/devel/p5-RT-Authen-ExternalAuth/Makefile:1.9
--- pkgsrc/devel/p5-RT-Authen-ExternalAuth/Makefile:1.8 Mon Jun  5 14:23:31 2017
+++ pkgsrc/devel/p5-RT-Authen-ExternalAuth/Makefile     Mon Jun 12 08:38:07 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2017/06/05 14:23:31 ryoon Exp $
+# $NetBSD: Makefile,v 1.9 2017/06/12 08:38:07 maya Exp $
 
 DISTNAME=      RT-Authen-ExternalAuth-0.17
 PKGNAME=       p5-${DISTNAME}
@@ -16,6 +16,7 @@ DEPENDS+=     p5-CGI-[0-9]*:../../www/p5-CGI
 DEPENDS+=      p5-DBI-[0-9]*:../../databases/p5-DBI
 DEPENDS+=      p5-Net-SSLeay-[0-9]*:../../security/p5-Net-SSLeay
 
+MAKE_ENV+=     PERL_USE_UNSAFE_INC=1
 PERL5_PACKLIST=                auto/RT/Authen/ExternalAuth/.packlist
 
 .include "../../lang/perl5/module.mk"



Home | Main Index | Thread Index | Old Index