svn commit: r481029 - head/net/librdkafka

Luca Pizzamiglio pizzamig at FreeBSD.org
Mon Oct 1 13:22:59 UTC 2018


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 at 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


More information about the svn-ports-all mailing list