Date: Tue, 31 Jan 2017 03:28:57 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r432896 - head/audio/bristol Message-ID: <201701310328.v0V3SvTW024569@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Tue Jan 31 03:28:57 2017 New Revision: 432896 URL: https://svnweb.freebsd.org/changeset/ports/432896 Log: Also mark as broken on other tier-2 archs. Approved by: portmgr (tier-2 blanket) Modified: head/audio/bristol/Makefile Modified: head/audio/bristol/Makefile ============================================================================== --- head/audio/bristol/Makefile Tue Jan 31 03:25:00 2017 (r432895) +++ head/audio/bristol/Makefile Tue Jan 31 03:28:57 2017 (r432896) @@ -26,6 +26,8 @@ CONFIGURE_ARGS+= --disable-alsa --enable --disable-version-check BROKEN_aarch64= Does not build: error: unknown FP unit 'sse' +BROKEN_armv6= Does not build: error: unknown FP unit 'sse' +BROKEN_mips64= Does not build: error: unknown FP unit 'sse' BROKEN_powerpc64= Does not build PORTDATA= *
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701310328.v0V3SvTW024569>