svn commit: r456577 - head/audio/yoshimi

Mark Linimon linimon at FreeBSD.org
Mon Dec 18 02:24:04 UTC 2017


Author: linimon
Date: Mon Dec 18 02:24:02 2017
New Revision: 456577
URL: https://svnweb.freebsd.org/changeset/ports/456577

Log:
  Mark broken on arm.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/audio/yoshimi/Makefile

Modified: head/audio/yoshimi/Makefile
==============================================================================
--- head/audio/yoshimi/Makefile	Mon Dec 18 02:06:59 2017	(r456576)
+++ head/audio/yoshimi/Makefile	Mon Dec 18 02:24:02 2017	(r456577)
@@ -21,6 +21,10 @@ LIB_DEPENDS=	libargp.so:devel/argp-standalone \
 		libjack.so:audio/jack \
 		libmxml.so:textproc/mxml
 
+BROKEN_aarch64=		fails to compile: c++: warning: argument unused during compilation: '-msse'
+BROKEN_armv6=		fails to compile: c++: warning: argument unused during compilation: '-msse'
+BROKEN_armv7=		fails to compile: c++: warning: argument unused during compilation: '-msse'
+
 USES=		cmake:outsource ncurses pkgconfig readline:port
 USE_GITHUB=	yes
 USE_GNOME=	cairo


More information about the svn-ports-head mailing list