diff options
Diffstat (limited to 'dns/dnsdbq/Makefile')
-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 |