aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2023-10-06 11:21:34 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2023-10-06 16:39:10 +0000
commit0f1e3385b822e0edc1fe870b5b5588d5a4ddb0fa (patch)
tree756414d30afee56af73ead74b5785839e33c3e5c /graphics
parentc57e0dd3f76136e1acd40a1da83f592814f1d7b8 (diff)
downloadports-0f1e3385b822e0edc1fe870b5b5588d5a4ddb0fa.tar.gz
ports-0f1e3385b822e0edc1fe870b5b5588d5a4ddb0fa.zip
graphics/osgearth: remove unnecessary CXXFLAGS on powerpc64
Diffstat (limited to 'graphics')
-rw-r--r--graphics/osgearth/Makefile3
1 files changed, 1 insertions, 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}