aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-07-26 14:49:24 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-07-26 15:04:02 +0000
commite8bcd9afc449bb9a7cb5925f72e496c0beb28b3a (patch)
tree1010f505f1627714488ba51ada26f4a347955c80
parent7da6e95c6f590ff4d871534c7874504d2121ee77 (diff)
downloadports-e8bcd9afc449bb9a7cb5925f72e496c0beb28b3a.tar.gz
ports-e8bcd9afc449bb9a7cb5925f72e496c0beb28b3a.zip
devel/py-ice: Fix build with llvm16
Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
-rw-r--r--devel/py-ice/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/py-ice/Makefile b/devel/py-ice/Makefile
index e630e50401ed..eabadaa8d507 100644
--- a/devel/py-ice/Makefile
+++ b/devel/py-ice/Makefile
@@ -10,6 +10,7 @@ BUILD_DEPENDS= mcpp:devel/mcpp
LIB_DEPENDS= libIce.so.${LIB_VRS}:devel/ice
USES= compiler:c++11-lang python shebangfix
+USE_CXXSTD= c++14
USE_PYTHON= py3kplist
SLAVE_PORT= yes
MASTERDIR= ${.CURDIR}/../ice