Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Sep 2019 20:26:25 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r512374 - head/dns/dnsdbq
Message-ID:  <201909192026.x8JKQPFS020508@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909192026.x8JKQPFS020508>