pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/knot



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Jul 12 20:56:03 UTC 2023

Modified Files:
        pkgsrc/net/knot: Makefile

Log Message:
knot: Assumes compiler defaults to c99.


To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 pkgsrc/net/knot/Makefile

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

Modified files:

Index: pkgsrc/net/knot/Makefile
diff -u pkgsrc/net/knot/Makefile:1.74 pkgsrc/net/knot/Makefile:1.75
--- pkgsrc/net/knot/Makefile:1.74       Fri Jul  7 10:53:14 2023
+++ pkgsrc/net/knot/Makefile    Wed Jul 12 20:56:03 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.74 2023/07/07 10:53:14 ryoon Exp $
+# $NetBSD: Makefile,v 1.75 2023/07/12 20:56:03 nia Exp $
 
 DISTNAME=      knot-3.2.8
 CATEGORIES=    net
@@ -10,6 +10,9 @@ HOMEPAGE=     https://www.knot-dns.cz/
 COMMENT=       Knot (auth) DNS server
 LICENSE=       gnu-gpl-v3
 
+# error: 'for' loop initial declarations are only allowed in C99 mode
+USE_LANGUAGES= c99
+
 BUILD_DEFS+=   VARBASE
 
 GNU_CONFIGURE=         yes



Home | Main Index | Thread Index | Old Index