svn commit: r422434 - head/net/librdkafka

Mark Linimon linimon at FreeBSD.org
Mon Sep 19 13:03:22 UTC 2016


Author: linimon
Date: Mon Sep 19 13:03:21 2016
New Revision: 422434
URL: https://svnweb.freebsd.org/changeset/ports/422434

Log:
  Mark as broken on mips and sparc64.

Modified:
  head/net/librdkafka/Makefile

Modified: head/net/librdkafka/Makefile
==============================================================================
--- head/net/librdkafka/Makefile	Mon Sep 19 13:01:11 2016	(r422433)
+++ head/net/librdkafka/Makefile	Mon Sep 19 13:03:21 2016	(r422434)
@@ -13,6 +13,10 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	bash:shells/bash
 
+BROKEN_mips:	Fails to build: undefined reference to __sync_add_and_fetch_4
+BROKEN_mips64:	Fails to build: undefined reference to __sync_add_and_fetch_4
+BROKEN_sparc64:	Fails to build: internal compiler error
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	edenhill
 


More information about the svn-ports-head mailing list