Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Sep 2019 18:51:00 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r512043 - branches/2019Q3/graphics/svg2png
Message-ID:  <201909141851.x8EIp0Xm026164@repo.freebsd.org>

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