Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Oct 2018 15:56:02 +0000 (UTC)
From:      Thomas Zander <riggs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r481994 - branches/2018Q4/audio/jack
Message-ID:  <201810131556.w9DFu2WY052870@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810131556.w9DFu2WY052870>