aboutsummaryrefslogtreecommitdiff
path: root/audio/jack
diff options
context:
space:
mode:
authorThomas Zander <riggs@FreeBSD.org>2018-10-13 15:53:56 +0000
committerThomas Zander <riggs@FreeBSD.org>2018-10-13 15:53:56 +0000
commitd9e160a809c48a02f3efd3b7ad35f79d94036db3 (patch)
treedcdfd3d05e61d01a2364b77f7ca9dd8a961e1746 /audio/jack
parentf50359c2adf42aca6c0bfc78fda77ef41dfdfe95 (diff)
downloadports-d9e160a809c48a02f3efd3b7ad35f79d94036db3.tar.gz
ports-d9e160a809c48a02f3efd3b7ad35f79d94036db3.zip
Fix build on powerpc64
PR: 231834 Submitted by: pkubaj@anongoth.pl MFH: 2018Q4 (build fix blanket)
Notes
Notes: svn path=/head/; revision=481992
Diffstat (limited to 'audio/jack')
-rw-r--r--audio/jack/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/jack/Makefile b/audio/jack/Makefile
index 29122654944c..52bb64a47c09 100644
--- a/audio/jack/Makefile
+++ b/audio/jack/Makefile
@@ -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