aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorpizzamig <pizzamig@FreeBSD.org>2018-10-01 21:22:58 +0800
committerpizzamig <pizzamig@FreeBSD.org>2018-10-01 21:22:58 +0800
commit15195598f34141fd86816197a0315aec96844b75 (patch)
treec09911d5e5d7a3e71b407a4a392002b98461a517 /net
parentb634eac45c73868caa7c94e810cbbdfda9d4b274 (diff)
downloadfreebsd-ports-gnome-15195598f34141fd86816197a0315aec96844b75.tar.gz
freebsd-ports-gnome-15195598f34141fd86816197a0315aec96844b75.tar.zst
freebsd-ports-gnome-15195598f34141fd86816197a0315aec96844b75.zip
net/librdkafka: fix build with powerpc64
PR: 231777 Reported by: Piotr Kubaj <pkubaj@anongoth.pl> MFH: 2018Q4 Sponsored by: IntegriCloud
Diffstat (limited to 'net')
-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