pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-MouseX-NativeTraits



Module Name:    pkgsrc
Committed By:   maya
Date:           Mon Jun 12 12:41:27 UTC 2017

Modified Files:
        pkgsrc/devel/p5-MouseX-NativeTraits: Makefile

Log Message:
Fix build with perl 5.26


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/p5-MouseX-NativeTraits/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-MouseX-NativeTraits/Makefile
diff -u pkgsrc/devel/p5-MouseX-NativeTraits/Makefile:1.6 pkgsrc/devel/p5-MouseX-NativeTraits/Makefile:1.7
--- pkgsrc/devel/p5-MouseX-NativeTraits/Makefile:1.6    Mon Jun  5 14:23:23 2017
+++ pkgsrc/devel/p5-MouseX-NativeTraits/Makefile        Mon Jun 12 12:41:27 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2017/06/05 14:23:23 ryoon Exp $
+# $NetBSD: Makefile,v 1.7 2017/06/12 12:41:27 maya Exp $
 #
 
 DISTNAME=              MouseX-NativeTraits-1.09
@@ -12,6 +12,7 @@ HOMEPAGE=             http://search.cpan.org/dist/M
 COMMENT=               Extend your attribute interfaces for Mouse
 LICENSE=               ${PERL5_LICENSE}
 
+MAKE_ENV+=             PERL_USE_UNSAFE_INC=1
 PERL5_PACKLIST=                auto/MouseX/NativeTraits/.packlist
 
 BUILD_DEPENDS+=                p5-Any-Moose>=0.13:../../devel/p5-Any-Moose



Home | Main Index | Thread Index | Old Index