git: bbee953436c7 - main - emulators/frodo: fix build on powerpc and powerpc64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 08 Oct 2021 12:58:43 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=bbee953436c70e18f68d7682ad22634cce173e4c commit bbee953436c70e18f68d7682ad22634cce173e4c Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2021-10-08 12:50:51 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2021-10-08 12:50:51 +0000 emulators/frodo: fix build on powerpc and powerpc64 Same issue as on powerpc64le. --- emulators/frodo/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emulators/frodo/Makefile b/emulators/frodo/Makefile index e9abd75d9c8e..012bec85c606 100644 --- a/emulators/frodo/Makefile +++ b/emulators/frodo/Makefile @@ -32,7 +32,7 @@ USES+= sdl USE_SDL= sdl .endif -.if ${ARCH} == powerpc64le +.if ${ARCH:Mpowerpc*} USE_GCC= yes .endif