pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/p5-Clipboard



Module Name:    pkgsrc
Committed By:   maya
Date:           Mon Jun 12 08:35:30 UTC 2017

Modified Files:
        pkgsrc/x11/p5-Clipboard: Makefile

Log Message:
Fix build with perl 5.26


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/x11/p5-Clipboard/Makefile

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

Modified files:

Index: pkgsrc/x11/p5-Clipboard/Makefile
diff -u pkgsrc/x11/p5-Clipboard/Makefile:1.14 pkgsrc/x11/p5-Clipboard/Makefile:1.15
--- pkgsrc/x11/p5-Clipboard/Makefile:1.14       Mon Jun  5 14:25:35 2017
+++ pkgsrc/x11/p5-Clipboard/Makefile    Mon Jun 12 08:35:30 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2017/06/05 14:25:35 ryoon Exp $
+# $NetBSD: Makefile,v 1.15 2017/06/12 08:35:30 maya Exp $
 
 DISTNAME=      Clipboard-0.13
 PKGNAME=       p5-${DISTNAME}
@@ -17,6 +17,7 @@ LICENSE=      ${PERL5_LICENSE}
 DEPENDS+=      xclip-[0-9]*:../../x11/xclip
 .endif
 
+MAKE_ENV+=             PERL_USE_UNSAFE_INC=1
 PERL5_PACKLIST=                auto/Clipboard/.packlist
 
 .include "../../lang/perl5/module.mk"



Home | Main Index | Thread Index | Old Index