From 8fc01595659cec5a6e015ec9021f1c5ac2057e40 Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Wed, 26 Jul 2023 19:36:36 +0200 Subject: [PATCH] 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}