aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-09-18 03:39:46 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-09-18 03:39:46 +0000
commit55a04097069c99f72c66786684a51859dba36e52 (patch)
tree9fbd5cd235db82f3e44dc41244f0aefae27310ae
parent62581fad990bee11c2609448508a6568dc725958 (diff)
downloadports-55a04097069c99f72c66786684a51859dba36e52.tar.gz
ports-55a04097069c99f72c66786684a51859dba36e52.zip
audio/mous: Broken
Both clang and gcc fail to compile it because of erroneous C++ code. Reported by: fallout
-rw-r--r--audio/mous/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/mous/Makefile b/audio/mous/Makefile
index 34bd07457537..24a4f7846e93 100644
--- a/audio/mous/Makefile
+++ b/audio/mous/Makefile
@@ -11,6 +11,7 @@ WWW= https://github.com/bsdelf/mous
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN= fails to compile: no matching constructor for initialization of 'std::tuple<...>, no response from the upstream, see https://github.com/bsdelf/mous/issues/18
BROKEN_aarch64= fails to compile: mmintrin.h:47:5: use of undeclared identifier '__builtin_ia32_emms'; did you mean '__builtin_isless'?
USES= cmake compiler:c++14-lang