pkgsrc-Changes archive

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

CVS commit: pkgsrc/finance/p5-Finance-Currency-Convert-WebserviceX



Module Name:    pkgsrc
Committed By:   maya
Date:           Mon Jun 12 07:31:04 UTC 2017

Modified Files:
        pkgsrc/finance/p5-Finance-Currency-Convert-WebserviceX: Makefile

Log Message:
Fix build with perl 5.26


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 \
    pkgsrc/finance/p5-Finance-Currency-Convert-WebserviceX/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/finance/p5-Finance-Currency-Convert-WebserviceX/Makefile
diff -u pkgsrc/finance/p5-Finance-Currency-Convert-WebserviceX/Makefile:1.13 pkgsrc/finance/p5-Finance-Currency-Convert-WebserviceX/Makefile:1.14
--- pkgsrc/finance/p5-Finance-Currency-Convert-WebserviceX/Makefile:1.13        Mon Jun  5 14:23:58 2017
+++ pkgsrc/finance/p5-Finance-Currency-Convert-WebserviceX/Makefile     Mon Jun 12 07:31:04 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2017/06/05 14:23:58 ryoon Exp $
+# $NetBSD: Makefile,v 1.14 2017/06/12 07:31:04 maya Exp $
 
 DISTNAME=      Finance-Currency-Convert-WebserviceX-0.07001
 PKGNAME=       p5-${DISTNAME}
@@ -14,6 +14,7 @@ LICENSE=      ${PERL5_LICENSE}
 DEPENDS+=      p5-libwww>=0:../../www/p5-libwww
 
 USE_LANGUAGES= # empty
+MAKE_ENV+=     PERL_USE_UNSAFE_INC=1
 PERL5_PACKLIST=        auto/Finance/Currency/Convert/WebserviceX/.packlist
 
 PERL5_MODULE_TYPE=     Module::Install::Bundled



Home | Main Index | Thread Index | Old Index