svn commit: r515272 - head/biology/avida

Piotr Kubaj pkubaj at FreeBSD.org
Wed Oct 23 16:25:11 UTC 2019


Author: pkubaj
Date: Wed Oct 23 16:25:10 2019
New Revision: 515272
URL: https://svnweb.freebsd.org/changeset/ports/515272

Log:
  biology/avida: unbreak on powerpc64
  
  Builds fine with GCC 9.
  
  Approved by:	mentors (implicit approval)

Modified:
  head/biology/avida/Makefile

Modified: head/biology/avida/Makefile
==============================================================================
--- head/biology/avida/Makefile	Wed Oct 23 16:08:47 2019	(r515271)
+++ head/biology/avida/Makefile	Wed Oct 23 16:25:10 2019	(r515272)
@@ -18,9 +18,8 @@ BROKEN_armv7=		invokes x86 assembler
 BROKEN_mips=		invokes x86 assembler
 BROKEN_mips64=		invokes x86 assembler
 BROKEN_sparc64=		missing atomics implementation
-BROKEN_powerpc64=	fails to compile: sibling call optimization does not allow automatic multiple TOCs
 
-USES=		cmake ncurses
+USES=		compiler:c11 cmake ncurses
 USE_CXXSTD=	gnu++98
 CMAKE_ARGS=	-DAPTO_UNIT_TESTS:BOOL=OFF \
 		-DAVD_UNIT_TESTS:BOOL=OFF \


More information about the svn-ports-head mailing list