Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Oct 2020 13:58:14 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r553692 - head/dns/libmicrodns
Message-ID:  <202010301358.09UDwEhc054445@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010301358.09UDwEhc054445>