git: be0a915114dd - main - graphics/povray38: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 02 Aug 2023 18:53:57 UTC
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}/' \