diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-06-22 00:03:08 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-06-22 00:03:08 +0000 |
commit | f63b863db0ee27e6332b0ac73b2740edf368632d (patch) | |
tree | 57b42538e28dee34dd17e565d1e831c3b83700dd | |
parent | 0e9d79c998164f81d1bcc1061bce68afdd0b5756 (diff) |
Notes
-rw-r--r-- | audio/mous/Makefile | 2 | ||||
-rw-r--r-- | biology/unanimity/Makefile | 2 | ||||
-rw-r--r-- | biology/vcflib/Makefile | 2 | ||||
-rw-r--r-- | graphics/cloudcompare/Makefile | 1 |
4 files changed, 7 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 diff --git a/biology/unanimity/Makefile b/biology/unanimity/Makefile index e114b0e2495b..cd92e4a584d9 100644 --- a/biology/unanimity/Makefile +++ b/biology/unanimity/Makefile @@ -10,6 +10,8 @@ COMMENT= Pacific Biosciences consensus library and applications LICENSE= BSD3CLAUSE 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'? + # Sensitive to dependency versions, use latest commit for everything BUILD_DEPENDS= pbseqan==g20171002:biology/pbseqan \ pbbam==g20180416:biology/pbbam \ diff --git a/biology/vcflib/Makefile b/biology/vcflib/Makefile index ffec9fe35272..a5a9de773fe3 100644 --- a/biology/vcflib/Makefile +++ b/biology/vcflib/Makefile @@ -11,6 +11,8 @@ COMMENT= C++ library and CLI tools for parsing and manipulating VCF files LICENSE= MIT +BROKEN_aarch64= fails to compile: mmintrin.h:47:5: use of undeclared identifier '__builtin_ia32_emms'; did you mean '__builtin_isless'? + LIB_DEPENDS= libhts.so:biology/htslib \ libtabix.so:biology/tabixpp \ libsw.so:biology/smithwaterman diff --git a/graphics/cloudcompare/Makefile b/graphics/cloudcompare/Makefile index 71baed4ef6ce..701a3a032604 100644 --- a/graphics/cloudcompare/Makefile +++ b/graphics/cloudcompare/Makefile @@ -14,6 +14,7 @@ LICENSE= GPLv2+ LGPL20+ LICENSE_COMB= multi BROKEN_FreeBSD_10= error: "SSE instruction set not enabled" +BROKEN_aarch64= fails to compile: mmintrin.h:47:5: use of undeclared identifier '__builtin_ia32_emms'; did you mean '__builtin_isless'? USES= cmake:outsource localbase:ldflags USE_GITHUB= yes |