svn commit: r457380 - head/net/librdkafka

Alexey Dokuchaev danfe at FreeBSD.org
Wed Dec 27 17:47:10 UTC 2017


Author: danfe
Date: Wed Dec 27 17:47:08 2017
New Revision: 457380
URL: https://svnweb.freebsd.org/changeset/ports/457380

Log:
  Remove BROKEN_sparc64 statement which was originally added in r422434 by
  linimon@ 15 months ago, for version 0.9.1.  It now builds without issues
  on 10.4-STABLE running under QEMU 2.9.0.

Modified:
  head/net/librdkafka/Makefile

Modified: head/net/librdkafka/Makefile
==============================================================================
--- head/net/librdkafka/Makefile	Wed Dec 27 17:21:35 2017	(r457379)
+++ head/net/librdkafka/Makefile	Wed Dec 27 17:47:08 2017	(r457380)
@@ -15,7 +15,6 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 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_powerpc64=	fails to build: cc: Internal error: Segmentation fault (program ld)
-BROKEN_sparc64=		fails to build: internal compiler error
 
 BUILD_DEPENDS=	bash:shells/bash
 LIB_DEPENDS=	liblz4.so:archivers/liblz4


More information about the svn-ports-head mailing list