pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/p5-CGI-Kwiki



Module Name:    pkgsrc
Committed By:   maya
Date:           Mon Jun 12 07:59:09 UTC 2017

Modified Files:
        pkgsrc/www/p5-CGI-Kwiki: Makefile

Log Message:
Fix build with perl 5.26


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/www/p5-CGI-Kwiki/Makefile

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

Modified files:

Index: pkgsrc/www/p5-CGI-Kwiki/Makefile
diff -u pkgsrc/www/p5-CGI-Kwiki/Makefile:1.23 pkgsrc/www/p5-CGI-Kwiki/Makefile:1.24
--- pkgsrc/www/p5-CGI-Kwiki/Makefile:1.23       Mon Jun  5 14:25:10 2017
+++ pkgsrc/www/p5-CGI-Kwiki/Makefile    Mon Jun 12 07:59:09 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2017/06/05 14:25:10 ryoon Exp $
+# $NetBSD: Makefile,v 1.24 2017/06/12 07:59:09 maya Exp $
 #
 
 DISTNAME=      CGI-Kwiki-0.18
@@ -15,6 +15,7 @@ LICENSE=      ${PERL5_LICENSE}
 #DEPENDS+=     {perl>=5.10.0,p5-Test-Simple>=0.47}:../../devel/p5-Test-Simple
 #DEPENDS+=     {perl>=5.10.0,p5-Locale-Maketext>=1.08}:../../misc/p5-Locale-Maketext
 
+MAKE_ENV+=             PERL_USE_UNSAFE_INC=1
 PERL5_PACKLIST=                auto/CGI-Kwiki/.packlist
 
 .include "../../mk/bsd.prefs.mk"



Home | Main Index | Thread Index | Old Index