pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Object-Signature



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Jun 15 11:40:10 UTC 2017

Modified Files:
        pkgsrc/devel/p5-Object-Signature: Makefile

Log Message:
Requires PERL_USE_UNSAFE_INC hack.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/p5-Object-Signature/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-Object-Signature/Makefile
diff -u pkgsrc/devel/p5-Object-Signature/Makefile:1.16 pkgsrc/devel/p5-Object-Signature/Makefile:1.17
--- pkgsrc/devel/p5-Object-Signature/Makefile:1.16      Mon Jun  5 14:23:24 2017
+++ pkgsrc/devel/p5-Object-Signature/Makefile   Thu Jun 15 11:40:10 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2017/06/05 14:23:24 ryoon Exp $
+# $NetBSD: Makefile,v 1.17 2017/06/15 11:40:10 jperkin Exp $
 
 DISTNAME=      Object-Signature-1.07
 PKGNAME=       p5-${DISTNAME}
@@ -21,5 +21,7 @@ USE_LANGUAGES=        # empty
 PERL5_PACKLIST=        auto/Object/Signature/.packlist
 PERL5_MODULE_TYPE=     Module::Install::Bundled
 
+MAKE_ENV+=     PERL_USE_UNSAFE_INC=1
+
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index