pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/p5-Text-FindIndent



Module Name:    pkgsrc
Committed By:   maya
Date:           Mon Jun 12 07:43:42 UTC 2017

Modified Files:
        pkgsrc/textproc/p5-Text-FindIndent: Makefile

Log Message:
Fix build with perl 5.26


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/textproc/p5-Text-FindIndent/Makefile

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

Modified files:

Index: pkgsrc/textproc/p5-Text-FindIndent/Makefile
diff -u pkgsrc/textproc/p5-Text-FindIndent/Makefile:1.16 pkgsrc/textproc/p5-Text-FindIndent/Makefile:1.17
--- pkgsrc/textproc/p5-Text-FindIndent/Makefile:1.16    Mon Jun  5 14:24:50 2017
+++ pkgsrc/textproc/p5-Text-FindIndent/Makefile Mon Jun 12 07:43:42 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2017/06/05 14:24:50 ryoon Exp $
+# $NetBSD: Makefile,v 1.17 2017/06/12 07:43:42 maya Exp $
 
 DISTNAME=      Text-FindIndent-0.11
 PKGNAME=       p5-${DISTNAME}
@@ -14,6 +14,7 @@ LICENSE=      ${PERL5_LICENSE}
 #BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.80}:../../devel/p5-Test-Simple
 
 USE_LANGUAGES=         # empty
+MAKE_ENV+=             PERL_USE_UNSAFE_INC=1
 PERL5_PACKLIST=                auto/Text/FindIndent/.packlist
 PERL5_MODULE_TYPE=     Module::Install::Bundled
 



Home | Main Index | Thread Index | Old Index