emulators/frodo: fix build on powerpc and powerpc64
Same issue as on powerpc64le.
This commit is contained in:
parent
d587c2e669
commit
bbee953436
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ USES+= sdl
|
|||
USE_SDL= sdl
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == powerpc64le
|
||||
.if ${ARCH:Mpowerpc*}
|
||||
USE_GCC= yes
|
||||
.endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue