pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/p5-LWP-Online



Module Name:    pkgsrc
Committed By:   maya
Date:           Mon Jun 12 08:16:57 UTC 2017

Modified Files:
        pkgsrc/www/p5-LWP-Online: 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-LWP-Online/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-LWP-Online/Makefile
diff -u pkgsrc/www/p5-LWP-Online/Makefile:1.12 pkgsrc/www/p5-LWP-Online/Makefile:1.13
--- pkgsrc/www/p5-LWP-Online/Makefile:1.12      Mon Jun  5 14:25:26 2017
+++ pkgsrc/www/p5-LWP-Online/Makefile   Mon Jun 12 08:16:57 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2017/06/05 14:25:26 ryoon Exp $
+# $NetBSD: Makefile,v 1.13 2017/06/12 08:16:57 maya Exp $
 #
 
 DISTNAME=      LWP-Online-1.08
@@ -16,6 +16,7 @@ DEPENDS+=     p5-libwww-[0-9]*:../../www/p5-
 DEPENDS+=      p5-URI-[0-9]*:../../www/p5-URI
 
 USE_LANGUAGES=         # empty
+MAKE_ENV+=             PERL_USE_UNSAFE_INC=1
 PERL5_PACKLIST=                auto/LWP/Online/.packlist
 
 .include "../../lang/perl5/module.mk"



Home | Main Index | Thread Index | Old Index