Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Jun 2023 00:53:50 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: 1d7527c07a19 - main - devel/ice: Fix build with llvm16
Message-ID:  <202306300053.35U0roVv029208@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=1d7527c07a19e92e689d956f4f7b0afcf79562ff

commit 1d7527c07a19e92e689d956f4f7b0afcf79562ff
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-06-30 00:17:40 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-06-30 00:52:31 +0000

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

diff --git a/devel/ice/Makefile b/devel/ice/Makefile
index c89bcda1ac11..597fc068ed4d 100644
--- a/devel/ice/Makefile
+++ b/devel/ice/Makefile
@@ -60,6 +60,9 @@ MAKE_ENV+=		NOTESTS=yes
 
 .if ${SLAVE_PORT} == "no"
 MAKE_ENV+=		LD_LIBRARY_PATH=${WRKSRC}/cpp/lib:$$LD_LIBRARY_PATH
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400091
+USE_CXXSTD=	c++11
+.endif
 .endif
 
 .include <bsd.port.pre.mk>



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