svn commit: r367082 - head/net/vinagre

Tijl Coosemans tijl at FreeBSD.org
Tue Sep 2 21:26:37 UTC 2014


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}


More information about the svn-ports-head mailing list