Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Sep 2014 21:26:37 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r367082 - head/net/vinagre
Message-ID:  <201409022126.s82LQb87070702@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Tue Sep  2 21:26:37 2014
New Revision: 367082
URL: http://svnweb.freebsd.org/changeset/ports/367082
QAT: https://qat.redports.org/buildarchive/r367082/

Log:
  Add missing library libgmodule-2.0
  
  Reported by:	antoine

Modified:
  head/net/vinagre/Makefile

Modified: head/net/vinagre/Makefile
==============================================================================
--- head/net/vinagre/Makefile	Tue Sep  2 20:47:43 2014	(r367081)
+++ head/net/vinagre/Makefile	Tue Sep  2 21:26:37 2014	(r367082)
@@ -41,6 +41,10 @@ TELEPATHY_CONFIGURE_ENABLE=	telepathy
 
 .include <bsd.port.options.mk>
 
+post-patch:
+	@${REINPLACE_CMD} '/^libvinagre_la_LIBADD =/s/$$/ -lgmodule-2.0/' \
+		${WRKSRC}/vinagre/Makefile.in
+
 post-install:
 .if ${PORT_OPTIONS:MDOCS}
 	${MKDIR} ${STAGEDIR}${DOCSDIR}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409022126.s82LQb87070702>