From f2d479e0f7dfd440d9d4f623d8186936875b5798 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Sat, 14 Sep 2019 18:50:59 +0000 Subject: MFH: r512042 Mark BROKEN with lld Reported by: pkg-fallout --- graphics/svg2png/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/graphics/svg2png/Makefile b/graphics/svg2png/Makefile index 280c368c7379..d670ae58d3fb 100644 --- a/graphics/svg2png/Makefile +++ b/graphics/svg2png/Makefile @@ -11,6 +11,10 @@ MASTER_SITES= http://cairographics.org/snapshots/ MAINTAINER= gnome@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 -- cgit v1.2.3