diff --git a/biology/avida/Makefile b/biology/avida/Makefile index 055fcba07661..7ad734e2cce8 100644 --- a/biology/avida/Makefile +++ b/biology/avida/Makefile @@ -30,11 +30,11 @@ DATA_FILES= analyze.cfg avida.cfg default-gx.org \ instset-heads-sex.cfg instset-heads.cfg instset-smt.cfg \ instset-transsmt.cfg -.include +BROKEN_ia64= Does not compile: invokes i386 asm +BROKEN_powerpc= Does not compile: invokes i386 asm +BROKEN_sparc64= Does not compile: invokes i386 asm -.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" -BROKEN= Does not compile: invokes i386 asm -.endif +.include post-patch: @${FIND} ${WRKSRC} -name "CMakeLists.txt" | ${XARGS} \ @@ -69,4 +69,4 @@ do-install: ${STAGEDIR}${DOCSDIR}) .endif -.include +.include