Date: Sat, 13 Oct 2018 15:53:57 +0000 (UTC) From: Thomas Zander <riggs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481992 - head/audio/jack Message-ID: <201810131553.w9DFrvGI052460@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: riggs Date: Sat Oct 13 15:53:56 2018 New Revision: 481992 URL: https://svnweb.freebsd.org/changeset/ports/481992 Log: Fix build on powerpc64 PR: 231834 Submitted by: pkubaj@anongoth.pl MFH: 2018Q4 (build fix blanket) Modified: head/audio/jack/Makefile Modified: head/audio/jack/Makefile ============================================================================== --- head/audio/jack/Makefile Sat Oct 13 15:38:08 2018 (r481991) +++ head/audio/jack/Makefile Sat Oct 13 15:53:56 2018 (r481992) @@ -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?201810131553.w9DFrvGI052460>