pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/p5-AnyEvent-SCGI



Module Name:    pkgsrc
Committed By:   maya
Date:           Mon Jun 12 07:52:43 UTC 2017

Modified Files:
        pkgsrc/www/p5-AnyEvent-SCGI: Makefile

Log Message:
Fix build with perl 5.26


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/p5-AnyEvent-SCGI/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-AnyEvent-SCGI/Makefile
diff -u pkgsrc/www/p5-AnyEvent-SCGI/Makefile:1.12 pkgsrc/www/p5-AnyEvent-SCGI/Makefile:1.13
--- pkgsrc/www/p5-AnyEvent-SCGI/Makefile:1.12   Mon Jun  5 14:25:07 2017
+++ pkgsrc/www/p5-AnyEvent-SCGI/Makefile        Mon Jun 12 07:52:43 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2017/06/05 14:25:07 ryoon Exp $
+# $NetBSD: Makefile,v 1.13 2017/06/12 07:52:43 maya Exp $
 
 DISTNAME=      AnyEvent-SCGI-1.1
 PKGNAME=       p5-${DISTNAME}
@@ -15,6 +15,7 @@ USE_LANGUAGES=                # empty
 PERL5_PACKLIST=                auto/AnyEvent/SCGI/.packlist
 PERL5_MODULE_TYPE=     Module::Install::Bundled
 MAKE_ENV+=             PERL5_CPANPLUS_IS_RUNNING=1
+MAKE_ENV+=             PERL_USE_UNSAFE_INC=1
 
 DEPENDS+=      p5-AnyEvent>=5.2:../../devel/p5-AnyEvent
 # Recommended



Home | Main Index | Thread Index | Old Index