pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-ex-lib



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Wed Jun 14 16:15:49 UTC 2017

Modified Files:
        pkgsrc/devel/p5-ex-lib: Makefile

Log Message:
Requires PERL_USE_UNSAFE_INC hack.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/p5-ex-lib/Makefile

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

Modified files:

Index: pkgsrc/devel/p5-ex-lib/Makefile
diff -u pkgsrc/devel/p5-ex-lib/Makefile:1.13 pkgsrc/devel/p5-ex-lib/Makefile:1.14
--- pkgsrc/devel/p5-ex-lib/Makefile:1.13        Mon Jun  5 14:23:53 2017
+++ pkgsrc/devel/p5-ex-lib/Makefile     Wed Jun 14 16:15:49 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2017/06/05 14:23:53 ryoon Exp $
+# $NetBSD: Makefile,v 1.14 2017/06/14 16:15:49 jperkin Exp $
 
 DISTNAME=      ex-lib-0.90
 PKGNAME=       p5-${DISTNAME}
@@ -16,5 +16,7 @@ DEPENDS+=     p5-lib-abs>=0.90:../../devel/p
 USE_LANGUAGES=         # empty
 PERL5_PACKLIST=                auto/ex/lib/.packlist
 
+MAKE_ENV+=     PERL_USE_UNSAFE_INC=1
+
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index