From f5a529c71fcf17e1e64fea2739b9216f3d44fece Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Thu, 1 Aug 2013 20:45:53 +0000 Subject: Fix build with newer binutils --- net/remmina/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'net/remmina') diff --git a/net/remmina/Makefile b/net/remmina/Makefile index 1709e4180a23..5bb6ca45dea7 100644 --- a/net/remmina/Makefile +++ b/net/remmina/Makefile @@ -15,7 +15,8 @@ USES= cmake desktop-file-utils USE_GMAKE= yes USE_GNOME= atk gdkpixbuf2 glib20 gtk20 pango INSTALLS_ICONS= yes -LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} -Wl,-rpath -Wl,${LOCALBASE}/lib +LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} -Wl,-rpath -Wl,${LOCALBASE}/lib -lX11 \ + -lgio-2.0 -lgobject-2.0 -lgthread-2.0 -lgmodule-2.0 CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} CFLAGS+= -I${WRKSRC}/remmina/include -I${LOCALBASE}/include ${PTHREAD_CFLAGS} -fPIC SUB_FILES= pkg-message -- cgit v1.2.3