Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Jul 2023 23:34:58 GMT
From:      Olivier Cochard <olivier@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 93bb84b3c8e7 - main - graphics/osg: Fix build on head
Message-ID:  <202307062334.366NYw1c094109@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307062334.366NYw1c094109>