pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/p5-WWW-Amazon-Wishlist



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

Modified Files:
        pkgsrc/www/p5-WWW-Amazon-Wishlist: Makefile

Log Message:
Fix build with perl 5.26


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/www/p5-WWW-Amazon-Wishlist/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-WWW-Amazon-Wishlist/Makefile
diff -u pkgsrc/www/p5-WWW-Amazon-Wishlist/Makefile:1.34 pkgsrc/www/p5-WWW-Amazon-Wishlist/Makefile:1.35
--- pkgsrc/www/p5-WWW-Amazon-Wishlist/Makefile:1.34     Mon Jun  5 14:25:33 2017
+++ pkgsrc/www/p5-WWW-Amazon-Wishlist/Makefile  Mon Jun 12 08:34:34 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2017/06/05 14:25:33 ryoon Exp $
+# $NetBSD: Makefile,v 1.35 2017/06/12 08:34:34 maya Exp $
 #
 
 DISTNAME=      WWW-Amazon-Wishlist-2.015
@@ -15,6 +15,7 @@ LICENSE=      ${PERL5_LICENSE}
 DEPENDS+=      p5-libwww-[0-9]*:../../www/p5-libwww
 DEPENDS+=      p5-HTML-Tree>=0:../../www/p5-HTML-Tree
 
+MAKE_ENV+=             PERL_USE_UNSAFE_INC=1
 PERL5_PACKLIST=                auto/WWW/Amazon/Wishlist/.packlist
 PERL5_MODULE_TYPE=     Module::Install::Bundled
 



Home | Main Index | Thread Index | Old Index