git: 93bb84b3c8e7 - main - graphics/osg: Fix build on head
- Reply: Dima Panov : "Re: git: 93bb84b3c8e7 - main - graphics/osg: Fix build on head"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 06 Jul 2023 23:34:58 UTC
The branch main has been updated by olivier: URL: https://cgit.FreeBSD.org/ports/commit/?id=93bb84b3c8e7365b6aa238eb5b9ebbeca0b5dec3 commit 93bb84b3c8e7365b6aa238eb5b9ebbeca0b5dec3 Author: Olivier Cochard <olivier@FreeBSD.org> AuthorDate: 2023-07-06 21:58:37 +0000 Commit: Olivier Cochard <olivier@FreeBSD.org> CommitDate: 2023-07-06 23:33:55 +0000 graphics/osg: Fix build on head PR: 272392 Approved by: amdmi3 (maintainer) --- graphics/osg/Makefile | 1 + 1 file changed, 1 insertion(+) 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 \