diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2020-10-30 13:58:14 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2020-10-30 13:58:14 +0000 |
commit | 5f84508e4f9d7e596d612be2b642529fbcfce96c (patch) | |
tree | 673a7f92f1726fffa9659569dcb245a6f342bdf4 /dns/libmicrodns | |
parent | da7e68b1addd5ac014c255b58c3c1ec871994c24 (diff) | |
download | freebsd-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)
Diffstat (limited to 'dns/libmicrodns')
-rw-r--r-- | dns/libmicrodns/Makefile | 2 |
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 |