summaryrefslogtreecommitdiff
path: root/biology/avida
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2019-10-23 16:25:10 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2019-10-23 16:25:10 +0000
commit6cf4d2cddaf0d5b4f3de2526dbf4ebb03019196c (patch)
treee87461a4c4e54f4b834062bab0a9db0cc9399257 /biology/avida
parentdevel/hs-alex: Also install GHC templates into DATADIR. These are required wh... (diff)
biology/avida: unbreak on powerpc64
Builds fine with GCC 9. Approved by: mentors (implicit approval)
Notes
Notes: svn path=/head/; revision=515272
Diffstat (limited to 'biology/avida')
-rw-r--r--biology/avida/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/biology/avida/Makefile b/biology/avida/Makefile
index 9a549c532fc7..f7798bb70728 100644
--- a/biology/avida/Makefile
+++ b/biology/avida/Makefile
@@ -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 \