git: 522cd886542b - main - emulators/dps8m: enable on powerpc64le

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Fri, 30 Sep 2022 09:13:31 UTC
The branch main has been updated by pkubaj:

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

commit 522cd886542b15a445c7c1de61d5279fe8643082
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2022-09-30 08:46:15 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2022-09-30 09:13:28 +0000

    emulators/dps8m: enable on powerpc64le
---
 emulators/dps8m/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/emulators/dps8m/Makefile b/emulators/dps8m/Makefile
index 047884d65e47..0a6fe78f8b2c 100644
--- a/emulators/dps8m/Makefile
+++ b/emulators/dps8m/Makefile
@@ -11,7 +11,7 @@ LICENSE_NAME=	ICU license
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
-ONLY_FOR_ARCHS=	aarch64 amd64 powerpc64 riscv64
+ONLY_FOR_ARCHS=	aarch64 amd64 powerpc64 powerpc64le riscv64
 ONLY_FOR_ARCHS_REASON=	__uint128_t is only implemented on 64-bit platforms
 
 LIB_DEPENDS=	libuv.so:devel/libuv
@@ -22,6 +22,7 @@ USE_GITLAB=	yes
 GL_COMMIT=	572f79bb4f0f84a8b16c3892c894c2b9ed64b458
 
 CFLAGS_powerpc64=	-Datomic_testandset_64=atomic_testandset_long
+CFLAGS_powerpc64le=	-Datomic_testandset_64=atomic_testandset_long
 CFLAGS_riscv64=	-Datomic_testandset_64=atomic_testandset_long
 MAKEFILE=	GNUmakefile