svn commit: r512043 - branches/2019Q3/graphics/svg2png

Antoine Brodin antoine at FreeBSD.org
Sat Sep 14 18:51:00 UTC 2019


Author: antoine
Date: Sat Sep 14 18:50:59 2019
New Revision: 512043
URL: https://svnweb.freebsd.org/changeset/ports/512043

Log:
  MFH: r512042
  
  Mark BROKEN with lld
  
  Reported by:	pkg-fallout

Modified:
  branches/2019Q3/graphics/svg2png/Makefile
Directory Properties:
  branches/2019Q3/   (props changed)

Modified: branches/2019Q3/graphics/svg2png/Makefile
==============================================================================
--- branches/2019Q3/graphics/svg2png/Makefile	Sat Sep 14 18:50:39 2019	(r512042)
+++ branches/2019Q3/graphics/svg2png/Makefile	Sat Sep 14 18:50:59 2019	(r512043)
@@ -11,6 +11,10 @@ MASTER_SITES=	http://cairographics.org/snapshots/
 MAINTAINER=	gnome at FreeBSD.org
 COMMENT=	Render an SVG image to a PNG image (using cairo)
 
+.if ${/usr/bin/ld:L:tA} == /usr/bin/ld.lld
+BROKEN=		ld: error: /usr/local/lib/libsvg-cairo.so: undefined reference to atan2
+.endif
+
 LIB_DEPENDS=	libsvg-cairo.so:graphics/libsvg-cairo
 
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list