Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Aug 2023 18:53:57 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: be0a915114dd - main - graphics/povray38: Fix build with llvm16
Message-ID:  <202308021853.372IrvQB084566@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=be0a915114dd4a04a85b4641e6484ac3fe7e41eb

commit be0a915114dd4a04a85b4641e6484ac3fe7e41eb
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-08-02 17:57:08 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-08-02 18:53:44 +0000

    graphics/povray38: Fix build with llvm16
    
    Approved by:    portmgr (blanket)
    Sponsored by:   The FreeBSD Foundation
---
 graphics/povray38/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/graphics/povray38/Makefile b/graphics/povray38/Makefile
index 2196a5842855..1828c786dce3 100644
--- a/graphics/povray38/Makefile
+++ b/graphics/povray38/Makefile
@@ -17,6 +17,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 LIB_DEPENDS=	libboost_thread.so:devel/boost-libs
 
 USES=		compiler:c++11-lang gmake
+USE_CXXSTD=	c++14
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--program-transform-name='s/povray/${PKGBASE}/' \



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