aboutsummaryrefslogtreecommitdiff
path: root/dns/libmicrodns
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2020-10-30 13:58:14 +0000
committerMark Linimon <linimon@FreeBSD.org>2020-10-30 13:58:14 +0000
commit5f84508e4f9d7e596d612be2b642529fbcfce96c (patch)
tree673a7f92f1726fffa9659569dcb245a6f342bdf4 /dns/libmicrodns
parentda7e68b1addd5ac014c255b58c3c1ec871994c24 (diff)
downloadports-5f84508e4f9d7e596d612be2b642529fbcfce96c.tar.gz
ports-5f84508e4f9d7e596d612be2b642529fbcfce96c.zip
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)
Notes
Notes: svn path=/head/; revision=553692
Diffstat (limited to 'dns/libmicrodns')
-rw-r--r--dns/libmicrodns/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/libmicrodns/Makefile b/dns/libmicrodns/Makefile
index 6d18fd9fe448..5a8a22041bd8 100644
--- a/dns/libmicrodns/Makefile
+++ b/dns/libmicrodns/Makefile
@@ -10,7 +10,7 @@ COMMENT= DNS library focused on being simple and cross-platform
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= meson
+USES= compiler:c11 meson
USE_GITHUB= yes
USE_LDCONFIG= yes