aboutsummaryrefslogtreecommitdiff
path: root/net/librdkafka
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2017-12-27 17:47:08 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2017-12-27 17:47:08 +0000
commit94d2930d00e84c4483c359499fc367babbe5b21e (patch)
tree55d2d33c84c402f34c748ae26aa3c2748e340d31 /net/librdkafka
parent11b117b3ae4d33690278e971867668c22bc7784e (diff)
downloadports-94d2930d00e84c4483c359499fc367babbe5b21e.tar.gz
ports-94d2930d00e84c4483c359499fc367babbe5b21e.zip
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.
Notes
Notes: svn path=/head/; revision=457380
Diffstat (limited to 'net/librdkafka')
-rw-r--r--net/librdkafka/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/librdkafka/Makefile b/net/librdkafka/Makefile
index f245d6667222..195f83f53b15 100644
--- a/net/librdkafka/Makefile
+++ b/net/librdkafka/Makefile
@@ -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