diff options
author | linimon <linimon@FreeBSD.org> | 2017-05-22 07:37:34 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-05-22 07:37:34 +0800 |
commit | 3ecabb33f637a6a72331f761facde8b7bc02aefd (patch) | |
tree | 615d3b3bb58ee7edcca6b03bf5f1f8d33b3250d0 /biology | |
parent | a416ad49df59cb44889d2227e63ed1d79bd47924 (diff) | |
download | freebsd-ports-gnome-3ecabb33f637a6a72331f761facde8b7bc02aefd.tar.gz freebsd-ports-gnome-3ecabb33f637a6a72331f761facde8b7bc02aefd.tar.zst freebsd-ports-gnome-3ecabb33f637a6a72331f761facde8b7bc02aefd.zip |
It is possible that r441426 will fix the build problem on armv6. Give
it a try.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'biology')
-rw-r--r-- | biology/seqan-apps/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/biology/seqan-apps/Makefile b/biology/seqan-apps/Makefile index 5cbfa2cba593..e18467daa1c5 100644 --- a/biology/seqan-apps/Makefile +++ b/biology/seqan-apps/Makefile @@ -27,7 +27,6 @@ CMAKE_ARGS= -DSEQAN_BUILD_SYSTEM="SEQAN_RELEASE_APPS" USE_GCC= yes BROKEN_aarch64= fails to compile: Error: unknown mnemonic rep -- rep -BROKEN_armv6= fails to link: undefined reference to _Unwind_GetIP@GCC_3.0 BROKEN_powerpc64= fails to compile: Error: unrecognized opcode: rep .include <bsd.port.pre.mk> |