diff options
| author | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2020-10-29 07:16:09 +0000 |
|---|---|---|
| committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2020-10-29 07:16:09 +0000 |
| commit | 3a69b7a5e7dca1ab4b57170ddf20d3589ffcd1bb (patch) | |
| tree | 073d8334ff4ee1b08a7f4bbbfe895f12c3573511 /math/py-matplotlib/Makefile | |
| parent | security/wazuh-agent: Update to 4.0.0 (diff) | |
math/py-matplotlib: Unbreak in 11.4
Use LLVM linker to build successfully.
Quaterly is also broken:
https://docs.freebsd.org/cgi/getmsg.cgi?fetch=152802642+0+current/freebsd-pkg-fallout
https://docs.freebsd.org/cgi/getmsg.cgi?fetch=152706419+0+current/freebsd-pkg-fallout
PR: 250627
Submitted by: bengta@sics.se
MFH: 2020Q4 (blanket build fix)
Diffstat (limited to '')
| -rw-r--r-- | math/py-matplotlib/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/py-matplotlib/Makefile b/math/py-matplotlib/Makefile index 804fb27b91e4..67361a802cb9 100644 --- a/math/py-matplotlib/Makefile +++ b/math/py-matplotlib/Makefile @@ -36,6 +36,8 @@ RUN_DEPENDS= ${PYNUMPY} \ USES= compiler:c++11-lib gettext gnome localbase pkgconfig python:3.6+ shebangfix uniquefiles:dirs USE_PYTHON= distutils +LDFLAGS+= -fuse-ld=lld + OPTIONS_DEFINE= EXAMPLES \ QT5AGGBACKEND TKAGGBACKEND OPTIONS_DEFAULT= TKAGGBACKEND |
