diff options
author | linimon <linimon@FreeBSD.org> | 2017-01-31 11:40:46 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-01-31 11:40:46 +0800 |
commit | 5f8cfeecdfe3b38a23300470e9b836ada7916daa (patch) | |
tree | 0d0809d74c7183324fd4c40d2cc1f8c9c36af021 /biology | |
parent | 59a089f597ea0dba8f7962c3c2153b0d9444e15a (diff) | |
download | freebsd-ports-graphics-5f8cfeecdfe3b38a23300470e9b836ada7916daa.tar.gz freebsd-ports-graphics-5f8cfeecdfe3b38a23300470e9b836ada7916daa.tar.zst freebsd-ports-graphics-5f8cfeecdfe3b38a23300470e9b836ada7916daa.zip |
Mark various ports broken on aarch64 and armv6.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'biology')
-rw-r--r-- | biology/bwa/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/biology/bwa/Makefile b/biology/bwa/Makefile index 5afe2119494..a20f1209ac5 100644 --- a/biology/bwa/Makefile +++ b/biology/bwa/Makefile @@ -11,6 +11,8 @@ COMMENT= Burrows-Wheeler sequence aligner LICENSE= GPLv3 +BROKEN_aarch64= fails to compile: error: invalid conversion between vector type and integer type + USES= perl5 shebangfix tar:bzip2 SHEBANG_FILES= qualfa2fq.pl xa2multi.pl USE_PERL5= run |