git: 1d7527c07a19 - main - devel/ice: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Jun 2023 00:53:50 UTC
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>