git: e8bcd9afc449 - main - devel/py-ice: Fix build with llvm16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 26 Jul 2023 15:04:17 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=e8bcd9afc449bb9a7cb5925f72e496c0beb28b3a commit e8bcd9afc449bb9a7cb5925f72e496c0beb28b3a Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-07-26 14:49:24 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-07-26 15:04:02 +0000 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 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