New comment by q66 on void-packages repository https://github.com/void-linux/void-packages/pull/32824#issuecomment-918153662 Comment: you should also patch a new conditional branch here: https://github.com/etlegacy/etlegacy/blob/master/cmake/ETLPlatform.cmake#L282 ``` elseif("${CMAKE_SYSTEM_PROCESSOR}" MATCHES "ppc64*") set(ARCH "ppc64") elseif("${CMAKE_SYSTEM_PROCESSOR}" MATCHES "ppc*") set(ARCH "ppc") ```