Date: Mon, 7 Aug 2023 19:26:51 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: f42f1f4f8b17 - main - graphics/osgearth: drop GCC on powerpc64le Message-ID: <202308071926.377JQpEv026895@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=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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308071926.377JQpEv026895>