pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/smake



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Jun 14 15:23:48 UTC 2026

Modified Files:
        pkgsrc/devel/smake: Makefile

Log Message:
smake: Fails with C23 default language.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/smake/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/smake/Makefile
diff -u pkgsrc/devel/smake/Makefile:1.28 pkgsrc/devel/smake/Makefile:1.29
--- pkgsrc/devel/smake/Makefile:1.28    Fri Mar 22 11:03:32 2024
+++ pkgsrc/devel/smake/Makefile Sun Jun 14 15:23:48 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2024/03/22 11:03:32 micha Exp $
+# $NetBSD: Makefile,v 1.29 2026/06/14 15:23:48 nia Exp $
 
 DISTNAME=      2024-03-21
 PKGNAME=       smake-1.7
@@ -19,6 +19,8 @@ MAKE_FLAGS+=  DESTDIR=${DESTDIR} INS_BASE
 # Honor CPPFLAGS, CFLAGS and LDFLAGS
 MAKE_FLAGS+=   CPPOPTX=${CPPFLAGS:Q} COPTX=${CFLAGS:Q} LDOPTX=${LDFLAGS:Q}
 
+FORCE_C_STD=   gnu89 # Uses "old-style-definitions"
+
 .include "../../mk/bsd.prefs.mk"
 
 # Platform specific code (for sharing with other packages based on schilytools)



Home | Main Index | Thread Index | Old Index