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:           Sat Aug  5 07:29:38 UTC 2023

Modified Files:
        pkgsrc/net/libmicrodns: Makefile

Log Message:
libmicrodns: strict ISO C mode unsuitable on certain platforms


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 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.6 pkgsrc/net/libmicrodns/Makefile:1.7
--- pkgsrc/net/libmicrodns/Makefile:1.6 Wed Aug  2 16:17:18 2023
+++ pkgsrc/net/libmicrodns/Makefile     Sat Aug  5 07:29:38 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2023/08/02 16:17:18 nia Exp $
+# $NetBSD: Makefile,v 1.7 2023/08/05 07:29:38 nia Exp $
 
 DISTNAME=      microdns-0.2.0
 PKGNAME=       ${DISTNAME:S/microdns/libmicrodns/}
@@ -14,7 +14,8 @@ COMMENT=      Minimal mDNS resolver (and anno
 LICENSE=       gnu-lgpl-v2.1
 
 # error: 'for' loop initial declarations are only allowed in C99 mode
-FORCE_C_STD=   c99
+# strict ISO C mode unsuitable for illumos; strerror_r...
+FORCE_C_STD=   gnu99
 
 LDFLAGS.SunOS+=        -lsocket
 



Home | Main Index | Thread Index | Old Index