git: f42f1f4f8b17 - main - graphics/osgearth: drop GCC on powerpc64le

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Mon, 07 Aug 2023 19:26:51 UTC
The branch main has been updated by pkubaj:

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

commit f42f1f4f8b17240a135c1d4659474af1646b9631
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2023-08-07 12:55:00 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2023-08-07 19:26:43 +0000

    graphics/osgearth: drop GCC on powerpc64le
---
 graphics/osgearth/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/graphics/osgearth/Makefile b/graphics/osgearth/Makefile
index 50643548f636..e01fbadb4d94 100644
--- a/graphics/osgearth/Makefile
+++ b/graphics/osgearth/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	osgearth
 PORTVERSION=	3.4
+PORTREVISION=	1
 DISTVERSIONPREFIX=	${PORTNAME}-
 CATEGORIES=	graphics geography
 
@@ -41,7 +42,7 @@ post-extract:
 
 .include <bsd.port.options.mk>
 
-.if ${ARCH:Mpowerpc64*}
+.if ${ARCH} == powerpc64
 CXXFLAGS+=	-DNO_WARN_X86_INTRINSICS -maltivec -mvsx
 USES+=		compiler:gcc-c++11-lib
 .else