emulators/frodo: fix build on powerpc and powerpc64

Same issue as on powerpc64le.
This commit is contained in:
Piotr Kubaj 2021-10-08 12:50:51 +00:00
parent d587c2e669
commit bbee953436

View file

@ -32,7 +32,7 @@ USES+= sdl
USE_SDL= sdl
.endif
.if ${ARCH} == powerpc64le
.if ${ARCH:Mpowerpc*}
USE_GCC= yes
.endif