diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-12-18 02:24:02 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-12-18 02:24:02 +0000 |
commit | 2409c2c5bccc1e2524103981c1f60d2562616717 (patch) | |
tree | b28e82ce60317f273780d024310688052937106b | |
parent | 8cb7c0b61d5ba9332330465e11397982f001f159 (diff) | |
download | freebsd-ports-2409c2c5bccc1e2524103981c1f60d2562616717.zip |
Mark broken on arm.
Approved by: portmgr (tier-2 blanket)
-rw-r--r-- | audio/yoshimi/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/yoshimi/Makefile b/audio/yoshimi/Makefile index 89dba67307ce..2864ec2f3a1e 100644 --- a/audio/yoshimi/Makefile +++ b/audio/yoshimi/Makefile @@ -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 |