aboutsummaryrefslogtreecommitdiff
path: root/net/librdkafka/Makefile
diff options
context:
space:
mode:
authorLuca Pizzamiglio <pizzamig@FreeBSD.org>2018-10-01 13:22:58 +0000
committerLuca Pizzamiglio <pizzamig@FreeBSD.org>2018-10-01 13:22:58 +0000
commit7d05c2d16c674352e6975aba77625d98ce7241af (patch)
treec09911d5e5d7a3e71b407a4a392002b98461a517 /net/librdkafka/Makefile
parentcd6fb2fc751b12e8dc391aeee4496a2a0a69cba7 (diff)
downloadports-7d05c2d16c674352e6975aba77625d98ce7241af.tar.gz
ports-7d05c2d16c674352e6975aba77625d98ce7241af.zip
net/librdkafka: fix build with powerpc64
PR: 231777 Reported by: Piotr Kubaj <pkubaj@anongoth.pl> MFH: 2018Q4 Sponsored by: IntegriCloud
Notes
Notes: svn path=/head/; revision=481029
Diffstat (limited to 'net/librdkafka/Makefile')
-rw-r--r--net/librdkafka/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/librdkafka/Makefile b/net/librdkafka/Makefile
index f947575b374c..62102ef3b31d 100644
--- a/net/librdkafka/Makefile
+++ b/net/librdkafka/Makefile
@@ -14,13 +14,13 @@ 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)
BUILD_DEPENDS= bash:shells/bash
LIB_DEPENDS= liblz4.so:archivers/liblz4
-USES= gmake ssl
+USES= compiler:c11 gmake ssl
USE_GITHUB= yes
+
GH_ACCOUNT= edenhill
GNU_CONFIGURE= yes