Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Oct 2021 12:58:43 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: bbee953436c7 - main - emulators/frodo: fix build on powerpc and powerpc64
Message-ID:  <202110081258.198Cwhkp048505@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110081258.198Cwhkp048505>