Date: Wed, 26 Jul 2023 17:47:19 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: 8fc01595659c - main - math/py-matplotlib: Fix build with llvm16 Message-ID: <202307261747.36QHlJrm053293@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=8fc01595659cec5a6e015ec9021f1c5ac2057e40 commit 8fc01595659cec5a6e015ec9021f1c5ac2057e40 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-07-26 17:36:36 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-07-26 17:47:06 +0000 math/py-matplotlib: Fix build with llvm16 Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- math/py-matplotlib/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/math/py-matplotlib/Makefile b/math/py-matplotlib/Makefile index da5b482ef487..485ebe7d11ff 100644 --- a/math/py-matplotlib/Makefile +++ b/math/py-matplotlib/Makefile @@ -39,6 +39,7 @@ RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}packaging>=20.0:devel/py-packaging@${PY_FLAVOR} USES= compiler:c++11-lib gettext gnome localbase pkgconfig python shebangfix uniquefiles:dirs +USE_CXXSTD= c++14 USE_PYTHON= distutils PLIST_SUB= VER=${PORTVERSION}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307261747.36QHlJrm053293>