aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Cochard <olivier@FreeBSD.org>2023-07-06 21:58:37 +0000
committerOlivier Cochard <olivier@FreeBSD.org>2023-07-06 23:33:55 +0000
commit93bb84b3c8e7365b6aa238eb5b9ebbeca0b5dec3 (patch)
tree51ab7b464a1a7b074435ea65f7f594489f116d49
parent4bd10dcc89ed98c788343fa254e0e07b9afe8826 (diff)
downloadports-93bb84b3c8e7365b6aa238eb5b9ebbeca0b5dec3.tar.gz
ports-93bb84b3c8e7365b6aa238eb5b9ebbeca0b5dec3.zip
graphics/osg: Fix build on head
PR: 272392 Approved by: amdmi3 (maintainer)
-rw-r--r--graphics/osg/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/osg/Makefile b/graphics/osg/Makefile
index 4d7de78cdee5..7ef96671c88a 100644
--- a/graphics/osg/Makefile
+++ b/graphics/osg/Makefile
@@ -28,6 +28,7 @@ USE_XORG= x11
USE_LDCONFIG= yes
CFLAGS+= -I${LOCALBASE}/include/Imath -DInt64=uint64_t
+CXXFLAGS+= -std=c++11
PLIST_SUB= OSG_VERSION=${PORTVERSION} \
OSG_SHLIBVER=161 \