git: f1aad50d1527 - main - emulators/cingb: powerpc64 is also big-endian

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Wed, 27 Apr 2022 13:40:10 UTC
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f1aad50d1527d05af88eb958f69c93c71dd6aa37

commit f1aad50d1527d05af88eb958f69c93c71dd6aa37
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2022-04-27 13:21:29 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2022-04-27 13:21:29 +0000

    emulators/cingb: powerpc64 is also big-endian
---
 emulators/cingb/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/emulators/cingb/Makefile b/emulators/cingb/Makefile
index 45266bab5e21..9fb5b1d1e057 100644
--- a/emulators/cingb/Makefile
+++ b/emulators/cingb/Makefile
@@ -3,6 +3,7 @@
 PORTNAME=	cingb
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.32
+PORTREVISIO=	1
 CATEGORIES=	emulators
 
 MAINTAINER=	0mp@FreeBSD.org
@@ -34,7 +35,7 @@ DEBUG_PORTDOCS=	DEBUGGER
 
 .include <bsd.port.pre.mk>
 
-.if ${ARCH} != "sparc64" && ${ARCH} != "powerpc"
+.if ${ARCH} != "sparc64" && ${ARCH} != "powerpc" && ${ARCH} != powerpc64
 CPPFLAGS+=	-DUSE_LITTLE_ENDIAN
 .endif