diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-12-11 07:18:48 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-12-11 07:18:48 +0000 |
commit | 5324a2309226b88b3a7b2b37ee04234c45cd34b7 (patch) | |
tree | d4e9111af0c1965be1ee4cd2bdeba63fa45c8a45 /biology/seqan-apps | |
parent | 2beae2e56e1e586699d1ae7da79216acb226554b (diff) | |
download | ports-5324a2309226b88b3a7b2b37ee04234c45cd34b7.tar.gz ports-5324a2309226b88b3a7b2b37ee04234c45cd34b7.zip |
Notes
Diffstat (limited to 'biology/seqan-apps')
-rw-r--r-- | biology/seqan-apps/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/biology/seqan-apps/Makefile b/biology/seqan-apps/Makefile index edb9458557c5..55211a5b5da5 100644 --- a/biology/seqan-apps/Makefile +++ b/biology/seqan-apps/Makefile @@ -15,6 +15,11 @@ LICENSE_COMB= multi BUILD_DEPENDS= boost-libs>0:devel/boost-libs +BROKEN_aarch64= fails to compile: Error: unknown mnemonic rep -- rep +BROKEN_armv6= fails to compile: Error: bad instruction rep +BROKEN_armv7= fails to compile: Error: bad instruction rep +BROKEN_powerpc64= fails to compile: Error: unrecognized opcode: rep + USE_GITHUB= yes GH_ACCOUNT= seqan GH_PROJECT= seqan @@ -26,9 +31,6 @@ CMAKE_ARGS= -DSEQAN_BUILD_SYSTEM="SEQAN_RELEASE_APPS" USE_GCC= yes -BROKEN_aarch64= fails to compile: Error: unknown mnemonic rep -- rep -BROKEN_powerpc64= fails to compile: Error: unrecognized opcode: rep - .include <bsd.port.pre.mk> .if ${ARCH} == "i386" |