svn commit: r498201 - head/graphics/svg2pdf

Tobias C. Berner tcberner at FreeBSD.org
Sat Apr 6 20:57:23 UTC 2019


Author: tcberner
Date: Sat Apr  6 20:57:22 2019
New Revision: 498201
URL: https://svnweb.freebsd.org/changeset/ports/498201

Log:
  graphics/svg2pdf: fix underlinking
  
  Reported by:	antoine
  Approved by:	kwm (gnome)

Modified:
  head/graphics/svg2pdf/Makefile

Modified: head/graphics/svg2pdf/Makefile
==============================================================================
--- head/graphics/svg2pdf/Makefile	Sat Apr  6 20:55:44 2019	(r498200)
+++ head/graphics/svg2pdf/Makefile	Sat Apr  6 20:57:22 2019	(r498201)
@@ -15,6 +15,7 @@ LIB_DEPENDS=	libsvg-cairo.so:graphics/libsvg-cairo
 
 GNU_CONFIGURE=	yes
 USES=		pkgconfig
+LDFLAGS+=	-lm
 
 PLIST_FILES=	bin/svg2pdf \
 		man/man1/svg2pdf.1.gz


More information about the svn-ports-head mailing list