diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2021-01-02 01:46:08 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2021-01-02 01:46:08 +0000 |
commit | f2fbf5a1ed195e7994b3b0ee3d968be9b37f15ee (patch) | |
tree | c1428e3ef48406f008bf9e485352728e13586ff8 /biology/vcflib | |
parent | bb8c820157b78f5163933bfd87bd3c92e922f882 (diff) | |
download | freebsd-ports-f2fbf5a1ed195e7994b3b0ee3d968be9b37f15ee.zip |
For ports on riscv64 that fail the same (or similar ways) to aarch64, mark
them BROKEN.
While here, pet portlint (Makevar order).
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'biology/vcflib')
-rw-r--r-- | biology/vcflib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/biology/vcflib/Makefile b/biology/vcflib/Makefile index f66def256f3b..83a0db7d70d9 100644 --- a/biology/vcflib/Makefile +++ b/biology/vcflib/Makefile @@ -13,6 +13,7 @@ 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'? +BROKEN_riscv64= 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 \ |