pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/p5-Kwiki



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Wed Jun 14 13:05:49 UTC 2017

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

Log Message:
Use PERL_USE_UNSAFE_INC hack.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/www/p5-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-Kwiki/Makefile
diff -u pkgsrc/www/p5-Kwiki/Makefile:1.22 pkgsrc/www/p5-Kwiki/Makefile:1.23
--- pkgsrc/www/p5-Kwiki/Makefile:1.22   Mon Jun  5 14:25:24 2017
+++ pkgsrc/www/p5-Kwiki/Makefile        Wed Jun 14 13:05:48 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2017/06/05 14:25:24 ryoon Exp $
+# $NetBSD: Makefile,v 1.23 2017/06/14 13:05:48 jperkin Exp $
 
 DISTNAME=      Kwiki-0.39
 PKGNAME=       p5-${DISTNAME}
@@ -12,6 +12,8 @@ COMMENT=      Extensible, modular, Perl-based
 
 DEPENDS+=      p5-Spoon>=0.22:../../devel/p5-Spoon
 
+MAKE_ENV+=     PERL_USE_UNSAFE_INC=1
+
 PERL5_PACKLIST=                auto/Kwiki/.packlist
 
 .include "../../lang/perl5/module.mk"



Home | Main Index | Thread Index | Old Index