Date: Mon, 1 Oct 2018 13:22:58 +0000 (UTC) From: Luca Pizzamiglio <pizzamig@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481029 - head/net/librdkafka Message-ID: <201810011322.w91DMwRB008272@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pizzamig Date: Mon Oct 1 13:22:58 2018 New Revision: 481029 URL: https://svnweb.freebsd.org/changeset/ports/481029 Log: net/librdkafka: fix build with powerpc64 PR: 231777 Reported by: Piotr Kubaj <pkubaj@anongoth.pl> MFH: 2018Q4 Sponsored by: IntegriCloud Modified: head/net/librdkafka/Makefile Modified: head/net/librdkafka/Makefile ============================================================================== --- head/net/librdkafka/Makefile Mon Oct 1 12:07:57 2018 (r481028) +++ head/net/librdkafka/Makefile Mon Oct 1 13:22:58 2018 (r481029) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810011322.w91DMwRB008272>