Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Jul 2023 22:23:37 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: ebd1b93d7db4 - main - devel/ignition-common: Fix build with llvm16
Message-ID:  <202307182223.36IMNbRD028627@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=ebd1b93d7db44c8045dd0470ff1cafb10b192d92

commit ebd1b93d7db44c8045dd0470ff1cafb10b192d92
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-07-18 16:49:33 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-07-18 22:23:24 +0000

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

diff --git a/devel/ignition-common/Makefile b/devel/ignition-common/Makefile
index ce723e41c2aa..c72ad19d551d 100644
--- a/devel/ignition-common/Makefile
+++ b/devel/ignition-common/Makefile
@@ -20,6 +20,7 @@ LIB_DEPENDS=	libavcodec.so.58:multimedia/ffmpeg4 \
 		libignition-math6.so:math/ignition-math
 
 USES=		cmake compiler:c++17-lang gnome localbase pkgconfig
+USE_CXXSTD=	c++14
 USE_GNOME=	glib20
 USE_LDCONFIG=	yes
 



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