svn commit: r481994 - branches/2018Q4/audio/jack

Thomas Zander riggs at FreeBSD.org
Sat Oct 13 15:56:03 UTC 2018


Author: riggs
Date: Sat Oct 13 15:56:02 2018
New Revision: 481994
URL: https://svnweb.freebsd.org/changeset/ports/481994

Log:
  MFH: r481992
  
  Fix build on powerpc64
  
  PR:		231834
  Submitted by:	pkubaj at anongoth.pl
  
  Approved by:	ports-secteam (build fix blanket)

Modified:
  branches/2018Q4/audio/jack/Makefile
Directory Properties:
  branches/2018Q4/   (props changed)

Modified: branches/2018Q4/audio/jack/Makefile
==============================================================================
--- branches/2018Q4/audio/jack/Makefile	Sat Oct 13 15:54:20 2018	(r481993)
+++ branches/2018Q4/audio/jack/Makefile	Sat Oct 13 15:56:02 2018	(r481994)
@@ -14,13 +14,12 @@ LICENSE_COMB=	multi
 
 BROKEN_mips=		fails to link: undefined reference to '__sync_add_and_fetch_4'
 BROKEN_mips64=		fails to link: undefined reference to '__sync_add_and_fetch_4'
-BROKEN_powerpc64=	fails to build: Unrecognized opcode: 'sldi'
 
 LIB_DEPENDS=	libsndfile.so:audio/libsndfile \
 		libsamplerate.so:audio/libsamplerate \
 		libcelt0.so:audio/celt
 
-USES=		autoreconf gmake pathfix pkgconfig libtool localbase bdb
+USES=		autoreconf compiler:c11 gmake pathfix pkgconfig libtool localbase bdb
 USE_GITHUB=	yes
 GH_ACCOUNT=	jackaudio
 GH_PROJECT=	jack1


More information about the svn-ports-all mailing list