1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

net/libdmapsharing: fix underlinking

Reported by:	antoine
Approved by:	kwm (gnome)
This commit is contained in:
Tobias C. Berner 2019-04-06 21:16:34 +00:00
parent df53649839
commit 5fb9de3e99
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=498211

View File

@ -25,7 +25,7 @@ CONFIGURE_ARGS= --disable-introspection \
--with-mdns=avahi --with-mdns=avahi
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include `pkg-config --cflags gtk+-3.0` 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 INSTALL_TARGET= install-strip
OPTIONS_SUB= yes OPTIONS_SUB= yes