pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/go14
Module Name: pkgsrc
Committed By: maya
Date: Mon Feb 16 18:28:28 UTC 2026
Modified Files:
pkgsrc/lang/go14: Makefile
Log Message:
go14: document why we force gnu99
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/lang/go14/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/go14/Makefile
diff -u pkgsrc/lang/go14/Makefile:1.30 pkgsrc/lang/go14/Makefile:1.31
--- pkgsrc/lang/go14/Makefile:1.30 Mon Feb 16 17:51:58 2026
+++ pkgsrc/lang/go14/Makefile Mon Feb 16 18:28:28 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2026/02/16 17:51:58 maya Exp $
+# $NetBSD: Makefile,v 1.31 2026/02/16 18:28:28 maya Exp $
.include "../../lang/go/version.mk"
@@ -16,6 +16,8 @@ LICENSE= modified-bsd
WRKSRC= ${WRKDIR}/go
USE_TOOLS+= bash:run perl:run pax touch awk
+
+# Doesn't build with C23 - "bool" is a keyword.
FORCE_C_STD= gnu99
# uses ulimit -T
Home |
Main Index |
Thread Index |
Old Index