diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2016-09-19 13:03:21 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2016-09-19 13:03:21 +0000 |
commit | acda02f2d2a1a88f3db286f1ed21a76ecaedf0e7 (patch) | |
tree | 920e7fa674565d2e4dedd9aabdc0477276722ed9 /net/librdkafka/Makefile | |
parent | 375203f33344ba5da2aa96041d76db495beda911 (diff) |
Notes
Diffstat (limited to 'net/librdkafka/Makefile')
-rw-r--r-- | net/librdkafka/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/librdkafka/Makefile b/net/librdkafka/Makefile index ee4a0e8f633e..2931bd9751b1 100644 --- a/net/librdkafka/Makefile +++ b/net/librdkafka/Makefile @@ -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 |