Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Jul 2023 15:04:17 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: e8bcd9afc449 - main - devel/py-ice: Fix build with llvm16
Message-ID:  <202307261504.36QF4HJf087839@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=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



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