svn commit: r324125 - head/net/remmina

Baptiste Daroussin bapt at FreeBSD.org
Thu Aug 1 20:45:54 UTC 2013


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


More information about the svn-ports-all mailing list