Date: Thu, 29 Oct 2020 07:18:01 +0000 (UTC) From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= <fernape@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r553590 - branches/2020Q4/math/py-matplotlib Message-ID: <202010290718.09T7I1wo012480@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: fernape Date: Thu Oct 29 07:18:01 2020 New Revision: 553590 URL: https://svnweb.freebsd.org/changeset/ports/553590 Log: MFH: r553589 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 Approved by: ports-secteam (blanket, build fix) Modified: branches/2020Q4/math/py-matplotlib/Makefile Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/math/py-matplotlib/Makefile ============================================================================== --- branches/2020Q4/math/py-matplotlib/Makefile Thu Oct 29 07:16:09 2020 (r553589) +++ branches/2020Q4/math/py-matplotlib/Makefile Thu Oct 29 07:18:01 2020 (r553590) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010290718.09T7I1wo012480>