pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-IPC-PubSub



Module Name:    pkgsrc
Committed By:   maya
Date:           Mon Jun 12 12:36:23 UTC 2017

Modified Files:
        pkgsrc/devel/p5-IPC-PubSub: Makefile

Log Message:
Fix build with perl 5.26


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/p5-IPC-PubSub/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-IPC-PubSub/Makefile
diff -u pkgsrc/devel/p5-IPC-PubSub/Makefile:1.12 pkgsrc/devel/p5-IPC-PubSub/Makefile:1.13
--- pkgsrc/devel/p5-IPC-PubSub/Makefile:1.12    Mon Jun  5 14:23:08 2017
+++ pkgsrc/devel/p5-IPC-PubSub/Makefile Mon Jun 12 12:36:23 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2017/06/05 14:23:08 ryoon Exp $
+# $NetBSD: Makefile,v 1.13 2017/06/12 12:36:23 maya Exp $
 #
 
 DISTNAME=      IPC-PubSub-0.29
@@ -12,6 +12,7 @@ HOMEPAGE=     http://search.cpan.org/dist/IP
 COMMENT=       Perl 5 module providing interprocess publish/subscribe channels
 
 USE_LANGUAGES= # empty
+MAKE_ENV+=     PERL_USE_UNSAFE_INC=1
 PERL5_PACKLIST=        auto/IPC/PubSub/.packlist
 
 DEPENDS+=      p5-Class-Accessor-[0-9]*:../../devel/p5-Class-Accessor



Home | Main Index | Thread Index | Old Index