Author :
cwen
Date :
2019-10-18 14:51:59
Hash :c0e8e99d Message :DevIL: disable _mm_malloc() detection and usage on powerpc
gcc-8's _mm_malloc() uses the AltiVec keyword __vector on this arch,
breaking the build -- and we don't want AltiVec for macppc G3 compat.
While here refresh WANTLIB and remove the unused graphics/openjpeg
from LIB_DEPENDS (spotted by kmos@, thanks!)
OK sthen@ kmos@