aboutsummaryrefslogtreecommitdiff
path: root/audio/mous
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-06-22 00:03:08 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-06-22 00:03:08 +0000
commitf63b863db0ee27e6332b0ac73b2740edf368632d (patch)
tree57b42538e28dee34dd17e565d1e831c3b83700dd /audio/mous
parent0e9d79c998164f81d1bcc1061bce68afdd0b5756 (diff)
downloadports-f63b863db0ee27e6332b0ac73b2740edf368632d.tar.gz
ports-f63b863db0ee27e6332b0ac73b2740edf368632d.zip
Mark these ports as broken on aarch64.
Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=473010
Diffstat (limited to 'audio/mous')
-rw-r--r--audio/mous/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/mous/Makefile b/audio/mous/Makefile
index 788fede74cc2..361c6180c708 100644
--- a/audio/mous/Makefile
+++ b/audio/mous/Makefile
@@ -12,6 +12,8 @@ COMMENT= Simple yet powerful audio player
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN_aarch64= fails to compile: mmintrin.h:47:5: use of undeclared identifier '__builtin_ia32_emms'; did you mean '__builtin_isless'?
+
USES= cmake:outsource compiler:c++14-lang
USE_LDCONFIG= yes
USE_GITHUB= yes