git: 0f1e3385b822 - main - graphics/osgearth: remove unnecessary CXXFLAGS on powerpc64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 06 Oct 2023 16:39:17 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=0f1e3385b822e0edc1fe870b5b5588d5a4ddb0fa commit 0f1e3385b822e0edc1fe870b5b5588d5a4ddb0fa Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2023-10-06 11:21:34 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2023-10-06 16:39:10 +0000 graphics/osgearth: remove unnecessary CXXFLAGS on powerpc64 --- graphics/osgearth/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/graphics/osgearth/Makefile b/graphics/osgearth/Makefile index 97a33c1756fd..77e8db765fec 100644 --- a/graphics/osgearth/Makefile +++ b/graphics/osgearth/Makefile @@ -1,6 +1,6 @@ PORTNAME= osgearth PORTVERSION= 3.4 -PORTREVISION= 2 +PORTREVISION= 3 DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= graphics geography @@ -32,7 +32,6 @@ USE_GL+= gl glu CMAKE_ARGS+= -DCMAKE_INCLUDE_PATH:PATH=${LOCALBASE}/include \ -DCMAKE_LIBRARY_PATH:PATH=${LOCALBASE}/lib \ -DLIB_POSTFIX:STRING="" -CXXFLAGS_powerpc64= -DNO_WARN_X86_INTRINSICS -mvsx PLIST_SUB= PORTVERSION=${PORTVERSION}