diff options
| author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-07-26 19:36:36 +0200 |
|---|---|---|
| committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-07-26 19:47:06 +0200 |
| commit | 8fc01595659cec5a6e015ec9021f1c5ac2057e40 (patch) | |
| tree | b23647f5e1c14c70a5d37153284e2ffbc7b17e67 /math/py-matplotlib | |
| parent | bd9c318712cc0c8f075318591710f718f554b62a (diff) | |
math/py-matplotlib: Fix build with llvm16
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'math/py-matplotlib')
| -rw-r--r-- | math/py-matplotlib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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} |
