pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/p5-PSGI Fix build with perl 5.26 the dirty way



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ad7b351f14d2
branches:  trunk
changeset: 363539:ad7b351f14d2
user:      maya <maya%pkgsrc.org@localhost>
date:      Sun Jun 11 18:54:25 2017 +0000

description:
Fix build with perl 5.26 the dirty way

diffstat:

 www/p5-PSGI/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 68f0978f84e1 -r ad7b351f14d2 www/p5-PSGI/Makefile
--- a/www/p5-PSGI/Makefile      Sun Jun 11 18:51:43 2017 +0000
+++ b/www/p5-PSGI/Makefile      Sun Jun 11 18:54:25 2017 +0000
@@ -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 @@
 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