diff options
Diffstat (limited to 'dns')
-rw-r--r-- | dns/dnsdbq/Makefile | 2 | ||||
-rw-r--r-- | dns/mdnsd/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/dns/dnsdbq/Makefile b/dns/dnsdbq/Makefile index 3b29abb05754..4f9dc734471a 100644 --- a/dns/dnsdbq/Makefile +++ b/dns/dnsdbq/Makefile @@ -13,6 +13,8 @@ LICENSE_COMB= multi LICENSE_FILE_APACHE20= ${WRKSRC}/Apache-2.0 LICENSE_FILE_ISCL= ${WRKSRC}/ISC +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 diff --git a/dns/mdnsd/Makefile b/dns/mdnsd/Makefile index a3b9826cab5d..1d2f49eb6105 100644 --- a/dns/mdnsd/Makefile +++ b/dns/mdnsd/Makefile @@ -15,6 +15,8 @@ COMMENT= Advertise a service via Rendezvous LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_powerpc64= fails to compile: unrecognized command line option "-Wpedantic" + USES= cmake:outsource USE_GITHUB= yes GH_ACCOUNT= Pro |