diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2022-09-17 20:39:46 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2022-09-17 20:39:46 -0700 |
commit | 55a04097069c99f72c66786684a51859dba36e52 (patch) | |
tree | 9fbd5cd235db82f3e44dc41244f0aefae27310ae /audio | |
parent | sysutils/ltrace: Unbreak (diff) |
audio/mous: Broken
Both clang and gcc fail to compile it because of erroneous
C++ code.
Reported by: fallout
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mous/Makefile | 1 |
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 |