git: 228988368653 - main - devel/libvex: correctly detect powerpc64

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Wed, 29 Jan 2025 16:58:13 UTC
The branch main has been updated by pkubaj:

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

commit 2289883686533a9ece236096f835977a8b10feaa
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2025-01-27 14:52:27 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2025-01-29 16:56:54 +0000

    devel/libvex: correctly detect powerpc64
---
 devel/libvex/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/devel/libvex/Makefile b/devel/libvex/Makefile
index bfc8a123e604..fc483c397b53 100644
--- a/devel/libvex/Makefile
+++ b/devel/libvex/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	libvex
 DISTVERSION=	g20230201
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -21,7 +21,7 @@ WRKSRC_SUBDIR=	VEX
 
 MAKEFILE=	Makefile-gcc
 
-CFLAGS+=	-DVGA_${ARCH:S/i386/x86/:S/aarch64/arm/:S/powerpc64/ppc64le/:S/powerpc/ppc32/:S/mips/mips64/}
+CFLAGS+=	-DVGA_${ARCH:S/i386/x86/:S/aarch64/arm/:S/powerpc64le/ppc64le/:S/powerpc64/ppc64/:S/powerpc/ppc32/:S/mips/mips64/}
 
 MAKE_ARGS=	EXTRA_CFLAGS="${CFLAGS}"