pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/zabbix60-server



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Jul 13 10:49:56 UTC 2023

Modified Files:
        pkgsrc/sysutils/zabbix60-server: Makefile.common

Log Message:
zabbix60-server: Assumes compiler defaults to c99.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/sysutils/zabbix60-server/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/zabbix60-server/Makefile.common
diff -u pkgsrc/sysutils/zabbix60-server/Makefile.common:1.5 pkgsrc/sysutils/zabbix60-server/Makefile.common:1.6
--- pkgsrc/sysutils/zabbix60-server/Makefile.common:1.5 Sat Jul  8 22:04:59 2023
+++ pkgsrc/sysutils/zabbix60-server/Makefile.common     Thu Jul 13 10:49:56 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.5 2023/07/08 22:04:59 otis Exp $
+# $NetBSD: Makefile.common,v 1.6 2023/07/13 10:49:56 nia Exp $
 # used by sysutils/zabbix60-agent/Makefile
 # used by sysutils/zabbix60-proxy/Makefile
 # used by sysutils/zabbix60-server/Makefile
@@ -13,6 +13,9 @@ MAINTAINER?=  pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://www.zabbix.com/
 LICENSE=       gnu-gpl-v2
 
+# error: 'for' loop initial declarations are only allowed in C99 mode
+USE_LANGUAGES= c99
+
 .include "../../mk/bsd.prefs.mk"
 
 # Zabbix user, common to all components



Home | Main Index | Thread Index | Old Index