pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/p5-PSGI



Module Name:    pkgsrc
Committed By:   maya
Date:           Sun Jun 11 18:54:25 UTC 2017

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

Log Message:
Fix build with perl 5.26 the dirty way


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/p5-PSGI/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-PSGI/Makefile
diff -u pkgsrc/www/p5-PSGI/Makefile:1.12 pkgsrc/www/p5-PSGI/Makefile:1.13
--- pkgsrc/www/p5-PSGI/Makefile:1.12    Mon Jun  5 14:25:28 2017
+++ pkgsrc/www/p5-PSGI/Makefile Sun Jun 11 18:54:25 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2017/06/05 14:25:28 ryoon Exp $
+# $NetBSD: Makefile,v 1.13 2017/06/11 18:54:25 maya Exp $
 
 DISTNAME=      PSGI-1.102
 PKGNAME=       p5-${DISTNAME}
@@ -11,6 +11,7 @@ HOMEPAGE=     http://search.cpan.org/dist/PS
 COMMENT=       Perl Web Server Gateway Interface Specification
 LICENSE=       ${PERL5_LICENSE}
 
+MAKE_ENV+=     PERL_USE_UNSAFE_INC=1
 USE_LANGUAGES= # empty
 PERL5_PACKLIST= auto/PSGI/.packlist
 



Home | Main Index | Thread Index | Old Index