> http://build-failures.rhaalovely.net//powerpc/2019-01-01/games/hyperrogue.log
__multc3 is defined in compiler-rt, but is not built when building llvm. So we need ports-gcc to build that port on macppc. I'm joining a diff for that. Runtime is fine, but colors are off: the ice is red instead of blueish [1]. Anyone know where to start to look at? Charlène. [1] https://transfer.sh/AWemo/c21e4a8081b2e9b4.jpg Index: Makefile =================================================================== RCS file: /cvs/ports/games/hyperrogue/Makefile,v retrieving revision 1.8 diff -u -p -u -p -r1.8 Makefile --- Makefile 21 Nov 2018 01:58:38 -0000 1.8 +++ Makefile 13 Jan 2019 16:22:41 -0000 @@ -17,7 +17,7 @@ WANTLIB += ${COMPILER_LIBCXX} GL GLEW SD WANTLIB += c m png # C++11 -COMPILER = base-clang ports-clang ports-gcc +COMPILER = base-clang ports-gcc BUILD_DEPENDS = ${MODGNU_AUTOCONF_DEPENDS} \ ${MODGNU_AUTOMAKE_DEPENDS}