pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/gkrellm



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

Modified Files:
        pkgsrc/sysutils/gkrellm: Makefile.common

Log Message:
gkrellm: Fails with C23 default language.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/sysutils/gkrellm/Makefile.common

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

Modified files:

Index: pkgsrc/sysutils/gkrellm/Makefile.common
diff -u pkgsrc/sysutils/gkrellm/Makefile.common:1.20 pkgsrc/sysutils/gkrellm/Makefile.common:1.21
--- pkgsrc/sysutils/gkrellm/Makefile.common:1.20        Sat Aug 30 08:24:18 2025
+++ pkgsrc/sysutils/gkrellm/Makefile.common     Sun Jun 14 15:11:23 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.20 2025/08/30 08:24:18 pho Exp $
+# $NetBSD: Makefile.common,v 1.21 2026/06/14 15:11:23 nia Exp $
 #
 # used by sysutils/gkrellm-share/Makefile
 # used by sysutils/gkrellm-server/Makefile
@@ -17,6 +17,7 @@ HOMEPAGE=     https://gkrellm.srcbox.net/
 LICENSE=       gnu-gpl-v3
 
 USE_TOOLS+=            gmake
+FORCE_C_STD=           gnu89
 
 FILESDIR=              ${.CURDIR}/../../sysutils/gkrellm/files
 PATCHDIR=              ${.CURDIR}/../../sysutils/gkrellm/patches



Home | Main Index | Thread Index | Old Index