diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-09-20 04:26:25 +0800 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2019-09-20 04:26:25 +0800 |
commit | 64b6aaba4cf26d5272e161afdb204599c3d27450 (patch) | |
tree | b2ecbf6b2c63c6d4876d36586eb1df3f6e2e9da7 /dns | |
parent | db307fe8c8ba07ec78a589c0a9cf2952e73c6e88 (diff) | |
download | freebsd-ports-gnome-64b6aaba4cf26d5272e161afdb204599c3d27450.tar.gz freebsd-ports-gnome-64b6aaba4cf26d5272e161afdb204599c3d27450.tar.zst freebsd-ports-gnome-64b6aaba4cf26d5272e161afdb204599c3d27450.zip |
dns/dnsdbq: fix build on GCC architectures
Builds fine with GCC from ports.
Approved by: mentors (implicit approval)
Diffstat (limited to 'dns')
-rw-r--r-- | dns/dnsdbq/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/dns/dnsdbq/Makefile b/dns/dnsdbq/Makefile index 3c3353d49a0e..130bd2450c7f 100644 --- a/dns/dnsdbq/Makefile +++ b/dns/dnsdbq/Makefile @@ -13,14 +13,10 @@ LICENSE_COMB= multi LICENSE_FILE_APACHE20= ${WRKSRC}/Apache-2.0 LICENSE_FILE_ISCL= ${WRKSRC}/ISC -BROKEN_mips= fails to compile: dnsdbq.c:817: passing argument 1 of 'curl_global_init' with different width due to prototype -BROKEN_mips64= fails to compile: dnsdbq.c:817: passing argument 1 of 'curl_global_init' with different width due to prototype -BROKEN_powerpc64= fails to compile: dnsdbq.c:817: passing argument 1 of 'curl_global_init' with different width due to prototype - LIB_DEPENDS= libjansson.so:devel/jansson \ libcurl.so:ftp/curl -USES= localbase +USES= compiler:c11 localbase USE_GITHUB= yes GH_ACCOUNT= dnsdb |