svn commit: r498211 - head/net/libdmapsharing

Tobias C. Berner tcberner at FreeBSD.org
Sat Apr 6 21:16:36 UTC 2019


Author: tcberner
Date: Sat Apr  6 21:16:34 2019
New Revision: 498211
URL: https://svnweb.freebsd.org/changeset/ports/498211

Log:
  net/libdmapsharing: fix underlinking
  
  Reported by:	antoine
  Approved by:	kwm (gnome)

Modified:
  head/net/libdmapsharing/Makefile

Modified: head/net/libdmapsharing/Makefile
==============================================================================
--- head/net/libdmapsharing/Makefile	Sat Apr  6 21:15:37 2019	(r498210)
+++ head/net/libdmapsharing/Makefile	Sat Apr  6 21:16:34 2019	(r498211)
@@ -25,7 +25,7 @@ CONFIGURE_ARGS=	--disable-introspection	\
 		--with-mdns=avahi
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include `pkg-config --cflags gtk+-3.0`
-LDFLAGS+=	-L${LOCALBASE}/lib `pkg-config --libs gtk+-3.0`
+LDFLAGS+=	-L${LOCALBASE}/lib `pkg-config --libs gtk+-3.0` -lm
 INSTALL_TARGET=	install-strip
 
 OPTIONS_SUB=	yes


More information about the svn-ports-all mailing list