Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Sep 2019 18:50:39 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r512042 - head/graphics/svg2png
Message-ID:  <201909141850.x8EIodMe026016@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909141850.x8EIodMe026016>