Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Apr 2019 21:16:35 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r498211 - head/net/libdmapsharing
Message-ID:  <201904062116.x36LGZrJ023523@repo.freebsd.org>

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



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