pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Syntax-Keyword-Match



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Jul  9 14:38:46 UTC 2023

Modified Files:
        pkgsrc/devel/p5-Syntax-Keyword-Match: Makefile

Log Message:
p5-Syntax-Keyword-Match: Assumes compiler defaults to c99


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/p5-Syntax-Keyword-Match/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-Syntax-Keyword-Match/Makefile
diff -u pkgsrc/devel/p5-Syntax-Keyword-Match/Makefile:1.2 pkgsrc/devel/p5-Syntax-Keyword-Match/Makefile:1.3
--- pkgsrc/devel/p5-Syntax-Keyword-Match/Makefile:1.2   Thu Jul  6 09:40:04 2023
+++ pkgsrc/devel/p5-Syntax-Keyword-Match/Makefile       Sun Jul  9 14:38:46 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2023/07/06 09:40:04 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2023/07/09 14:38:46 nia Exp $
 
 DISTNAME=      Syntax-Keyword-Match-0.10
 PKGNAME=       p5-${DISTNAME}
@@ -13,6 +13,9 @@ LICENSE=      ${PERL5_LICENSE}
 
 DEPENDS+=      p5-XS-Parse-Keyword>=0.23:../../devel/p5-XS-Parse-Keyword
 
+# error: 'for' loop initial declarations are only allowed in C99 mode
+USE_LANGUAGES= c99
+
 PERL5_PACKLIST=                auto/Syntax/Keyword/Match/.packlist
 PERL5_MODULE_TYPE=     Module::Build
 



Home | Main Index | Thread Index | Old Index