svn commit: r553692 - head/dns/libmicrodns

Mark Linimon linimon at FreeBSD.org
Fri Oct 30 13:58:15 UTC 2020


Author: linimon
Date: Fri Oct 30 13:58:14 2020
New Revision: 553692
URL: https://svnweb.freebsd.org/changeset/ports/553692

Log:
  Add compiler:c11 to USES to fix build on GCC-based systems:
  
    ../src/mdns.c:838: error: 'struct mdns_svc' has no member named 'announce_callback'
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/dns/libmicrodns/Makefile

Modified: head/dns/libmicrodns/Makefile
==============================================================================
--- head/dns/libmicrodns/Makefile	Fri Oct 30 13:37:08 2020	(r553691)
+++ head/dns/libmicrodns/Makefile	Fri Oct 30 13:58:14 2020	(r553692)
@@ -10,7 +10,7 @@ COMMENT=	DNS library focused on being simple and cross
 LICENSE=	LGPL21
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		meson
+USES=		compiler:c11 meson
 USE_GITHUB=	yes
 USE_LDCONFIG=	yes
 


More information about the svn-ports-head mailing list