From e8bcd9afc449bb9a7cb5925f72e496c0beb28b3a Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Wed, 26 Jul 2023 16:49:24 +0200 Subject: [PATCH] devel/py-ice: Fix build with llvm16 Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- devel/py-ice/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/devel/py-ice/Makefile b/devel/py-ice/Makefile index e630e50401ed7..eabadaa8d5070 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