pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Data-Alias



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Wed Jun 14 15:50:46 UTC 2017

Modified Files:
        pkgsrc/devel/p5-Data-Alias: Makefile

Log Message:
Requires PERL_USE_UNSAFE_INC hack.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/p5-Data-Alias/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-Data-Alias/Makefile
diff -u pkgsrc/devel/p5-Data-Alias/Makefile:1.19 pkgsrc/devel/p5-Data-Alias/Makefile:1.20
--- pkgsrc/devel/p5-Data-Alias/Makefile:1.19    Mon Jun  5 14:22:47 2017
+++ pkgsrc/devel/p5-Data-Alias/Makefile Wed Jun 14 15:50:46 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2017/06/05 14:22:47 ryoon Exp $
+# $NetBSD: Makefile,v 1.20 2017/06/14 15:50:46 jperkin Exp $
 
 DISTNAME=      Data-Alias-1.20
 PKGNAME=       p5-${DISTNAME}
@@ -15,5 +15,7 @@ PERL5_PACKLIST=       auto/Data/Alias/.packlis
 
 USE_LANGUAGES= c
 
+MAKE_ENV+=     PERL_USE_UNSAFE_INC=1
+
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index