Date: Thu, 1 Aug 2013 20:45:54 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r324125 - head/net/remmina Message-ID: <201308012045.r71KjsHq036337@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Thu Aug 1 20:45:53 2013 New Revision: 324125 URL: http://svnweb.freebsd.org/changeset/ports/324125 Log: Fix build with newer binutils Modified: head/net/remmina/Makefile Modified: head/net/remmina/Makefile ============================================================================== --- head/net/remmina/Makefile Thu Aug 1 20:41:31 2013 (r324124) +++ head/net/remmina/Makefile Thu Aug 1 20:45:53 2013 (r324125) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308012045.r71KjsHq036337>