svn commit: r498200 - head/graphics/xsvg

Tobias C. Berner tcberner at FreeBSD.org
Sat Apr 6 20:55:45 UTC 2019


Author: tcberner
Date: Sat Apr  6 20:55:44 2019
New Revision: 498200
URL: https://svnweb.freebsd.org/changeset/ports/498200

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

Modified:
  head/graphics/xsvg/Makefile

Modified: head/graphics/xsvg/Makefile
==============================================================================
--- head/graphics/xsvg/Makefile	Sat Apr  6 20:06:38 2019	(r498199)
+++ head/graphics/xsvg/Makefile	Sat Apr  6 20:55:44 2019	(r498200)
@@ -15,7 +15,7 @@ LIB_DEPENDS=	libsvg-cairo.so:graphics/libsvg-cairo
 
 USES=		pkgconfig
 GNU_CONFIGURE=	yes
-LDFLAGS+=	-L${LOCALBASE}/lib -lX11 -lXrender
+LDFLAGS+=	-L${LOCALBASE}/lib -lX11 -lXrender -lm
 USE_XORG=	x11 xrender
 
 PLIST_FILES=	bin/xsvg man/man1/xsvg.1.gz


More information about the svn-ports-all mailing list