svn commit: r553590 - branches/2020Q4/math/py-matplotlib

Fernando Apesteguía fernape at FreeBSD.org
Thu Oct 29 07:18:01 UTC 2020


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 at 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


More information about the svn-ports-all mailing list