svn commit: r512374 - head/dns/dnsdbq

Piotr Kubaj pkubaj at FreeBSD.org
Thu Sep 19 20:26:26 UTC 2019


Author: pkubaj
Date: Thu Sep 19 20:26:25 2019
New Revision: 512374
URL: https://svnweb.freebsd.org/changeset/ports/512374

Log:
  dns/dnsdbq: fix build on GCC architectures
  
  Builds fine with GCC from ports.
  
  Approved by:	mentors (implicit approval)

Modified:
  head/dns/dnsdbq/Makefile

Modified: head/dns/dnsdbq/Makefile
==============================================================================
--- head/dns/dnsdbq/Makefile	Thu Sep 19 20:24:38 2019	(r512373)
+++ head/dns/dnsdbq/Makefile	Thu Sep 19 20:26:25 2019	(r512374)
@@ -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
 


More information about the svn-ports-all mailing list