svn commit: r432896 - head/audio/bristol

Mark Linimon linimon at FreeBSD.org
Tue Jan 31 03:28:59 UTC 2017


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=	*


More information about the svn-ports-all mailing list