svn commit: r553589 - head/math/py-matplotlib

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


Author: fernape
Date: Thu Oct 29 07:16:09 2020
New Revision: 553589
URL: https://svnweb.freebsd.org/changeset/ports/553589

Log:
  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
  MFH: 2020Q4 (blanket build fix)

Modified:
  head/math/py-matplotlib/Makefile

Modified: head/math/py-matplotlib/Makefile
==============================================================================
--- head/math/py-matplotlib/Makefile	Thu Oct 29 07:09:38 2020	(r553588)
+++ head/math/py-matplotlib/Makefile	Thu Oct 29 07:16:09 2020	(r553589)
@@ -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