pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/libmicrodns



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Jul 12 20:06:51 UTC 2023

Modified Files:
        pkgsrc/net/libmicrodns: Makefile

Log Message:
libmicrodns: Assumes compiler defaults to c99.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/libmicrodns/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/libmicrodns/Makefile
diff -u pkgsrc/net/libmicrodns/Makefile:1.4 pkgsrc/net/libmicrodns/Makefile:1.5
--- pkgsrc/net/libmicrodns/Makefile:1.4 Mon Jul 25 11:12:27 2022
+++ pkgsrc/net/libmicrodns/Makefile     Wed Jul 12 20:06:51 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2022/07/25 11:12:27 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2023/07/12 20:06:51 nia Exp $
 
 DISTNAME=      microdns-0.2.0
 PKGNAME=       ${DISTNAME:S/microdns/libmicrodns/}
@@ -13,6 +13,9 @@ HOMEPAGE=     https://github.com/videolabs/l
 COMMENT=       Minimal mDNS resolver (and announcer) cross-platform library
 LICENSE=       gnu-lgpl-v2.1
 
+# error: 'for' loop initial declarations are only allowed in C99 mode
+USE_LANGUAGES= c99
+
 LDFLAGS.SunOS+=        -lsocket
 
 PYTHON_FOR_BUILD_ONLY= tool



Home | Main Index | Thread Index | Old Index