Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Oct 2018 19:47:26 +0000 (UTC)
From:      Luca Pizzamiglio <pizzamig@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r481131 - branches/2018Q4/net/librdkafka
Message-ID:  <201810021947.w92JlQJF046057@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pizzamig
Date: Tue Oct  2 19:47:25 2018
New Revision: 481131
URL: https://svnweb.freebsd.org/changeset/ports/481131

Log:
  MFH: r481029
  
  net/librdkafka: fix build with powerpc64
  
  PR:		231777
  Reported by:	Piotr Kubaj <pkubaj@anongoth.pl>
  Sponsored by:	IntegriCloud
  
  Approved by:	ports-secteam (miwi)

Modified:
  branches/2018Q4/net/librdkafka/Makefile
Directory Properties:
  branches/2018Q4/   (props changed)

Modified: branches/2018Q4/net/librdkafka/Makefile
==============================================================================
--- branches/2018Q4/net/librdkafka/Makefile	Tue Oct  2 19:21:49 2018	(r481130)
+++ branches/2018Q4/net/librdkafka/Makefile	Tue Oct  2 19:47:25 2018	(r481131)
@@ -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?201810021947.w92JlQJF046057>