diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-06-21 23:52:37 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-06-21 23:52:37 +0000 |
commit | 0e9d79c998164f81d1bcc1061bce68afdd0b5756 (patch) | |
tree | 43e3e96b51c1b5ffe0081b680c450409ce4bb954 /biology/freebayes/Makefile | |
parent | eda8841921812fa20a8d592b45e5d8d64ede883d (diff) | |
download | ports-0e9d79c998164f81d1bcc1061bce68afdd0b5756.tar.gz ports-0e9d79c998164f81d1bcc1061bce68afdd0b5756.zip |
Notes
Diffstat (limited to 'biology/freebayes/Makefile')
-rw-r--r-- | biology/freebayes/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/biology/freebayes/Makefile b/biology/freebayes/Makefile index 3d1fa422be62..9efc560da37e 100644 --- a/biology/freebayes/Makefile +++ b/biology/freebayes/Makefile @@ -10,6 +10,10 @@ COMMENT= Bayesian haplotype-based polymorphism discovery and genotyping LICENSE= MIT +BROKEN_aarch64= fails to compile: invalid conversion between vector type and integer type +BROKEN_armv6= fails to compile: invalid conversion between vector type and integer type +BROKEN_armv7= fails to compile: invalid conversion between vector type and integer type + # Submodules use older versions than the ports, so we cannot safely unbundle # No shared libs are built by the submodules so there will be no conflicts USES= gmake tar:xz |