Hi,

I guess i could have just committed it.

Freeorion is also a huge memory user when being built, and macppc is
indeed a memory-challenged arch. It needs to be built alone, otherwise
it's failing due to memory exhaustion. 

It survived the bulk :)

OK?

Charlène.


Index: Makefile
===================================================================
RCS file: /cvs/ports/games/freeorion/Makefile,v
retrieving revision 1.4
diff -u -p -u -p -r1.4 Makefile
--- Makefile    1 Nov 2019 19:17:31 -0000       1.4
+++ Makefile    18 Nov 2019 13:15:33 -0000
@@ -48,6 +48,10 @@ NO_TEST =    Yes
 
 WRKDIST =      ${WRKDIR}/src-tarball
 
+.if ${MACHINE_ARCH:Mpowerpc}
+DPB_PROPERTIES =       lonesome
+.endif
+
 post-install:
        ${MODPY_BIN} ${MODPY_LIBDIR}/compileall.py \
                ${PREFIX}/share/freeorion/default

Reply via email to