From 5fb9de3e99b20bca95edca3692e34b2e61115a88 Mon Sep 17 00:00:00 2001 From: "Tobias C. Berner" Date: Sat, 6 Apr 2019 21:16:34 +0000 Subject: [PATCH] net/libdmapsharing: fix underlinking Reported by: antoine Approved by: kwm (gnome) --- net/libdmapsharing/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/libdmapsharing/Makefile b/net/libdmapsharing/Makefile index 3b7ca782d11e..fe634c614e45 100644 --- a/net/libdmapsharing/Makefile +++ b/net/libdmapsharing/Makefile @@ -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