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:
parent
df53649839
commit
5fb9de3e99
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=498211
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user