FX - 2017-01-25

The makefile for macOS (src/makefile.osx) does not work on current systems since it forces the compiler to target PowerPC CPU (which is not supported anymore). The following line:

ARCHFLGS= -mcpu=powerpc

should be replaced by:

ARCHFLGS=

to allow compilation.