svn commit: r366999 - head/graphics/eog

Tijl Coosemans tijl at FreeBSD.org
Tue Sep 2 13:21:07 UTC 2014


Author: tijl
Date: Tue Sep  2 13:21:07 2014
New Revision: 366999
URL: http://svnweb.freebsd.org/changeset/ports/366999
QAT: https://qat.redports.org/buildarchive/r366999/

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

Modified:
  head/graphics/eog/Makefile

Modified: head/graphics/eog/Makefile
==============================================================================
--- head/graphics/eog/Makefile	Tue Sep  2 13:09:11 2014	(r366998)
+++ head/graphics/eog/Makefile	Tue Sep  2 13:21:07 2014	(r366999)
@@ -62,4 +62,8 @@ CONFIGURE_ARGS+=--enable-python
 CONFIGURE_ARGS+=--disable-python
 .endif
 
+post-patch:
+	@${REINPLACE_CMD} '/^EOG_MODULES=/s/"/"gmodule-2.0 /' \
+		${WRKSRC}/configure
+
 .include <bsd.port.post.mk>


More information about the svn-ports-head mailing list