svn commit: r512042 - head/graphics/svg2png

Antoine Brodin antoine at FreeBSD.org
Sat Sep 14 18:50:39 UTC 2019


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

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

Modified:
  head/graphics/svg2png/Makefile

Modified: head/graphics/svg2png/Makefile
==============================================================================
--- head/graphics/svg2png/Makefile	Sat Sep 14 18:26:19 2019	(r512041)
+++ head/graphics/svg2png/Makefile	Sat Sep 14 18:50:39 2019	(r512042)
@@ -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-head mailing list