svn commit: r441431 - head/biology/seqan-apps

Mark Linimon linimon at FreeBSD.org
Sun May 21 23:37:36 UTC 2017


Author: linimon
Date: Sun May 21 23:37:34 2017
New Revision: 441431
URL: https://svnweb.freebsd.org/changeset/ports/441431

Log:
  It is possible that r441426 will fix the build problem on armv6.  Give
  it a try.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/biology/seqan-apps/Makefile

Modified: head/biology/seqan-apps/Makefile
==============================================================================
--- head/biology/seqan-apps/Makefile	Sun May 21 23:16:25 2017	(r441430)
+++ head/biology/seqan-apps/Makefile	Sun May 21 23:37:34 2017	(r441431)
@@ -27,7 +27,6 @@ CMAKE_ARGS=	-DSEQAN_BUILD_SYSTEM="SEQAN_
 USE_GCC=	yes
 
 BROKEN_aarch64=		fails to compile: Error: unknown mnemonic rep -- rep
-BROKEN_armv6=		fails to link: undefined reference to _Unwind_GetIP at GCC_3.0
 BROKEN_powerpc64=	fails to compile: Error: unrecognized opcode: rep
 
 .include <bsd.port.pre.mk>


More information about the svn-ports-all mailing list