svn commit: r366992 - head/x11-fm/nautilus

Tijl Coosemans tijl at FreeBSD.org
Tue Sep 2 12:29:43 UTC 2014


Author: tijl
Date: Tue Sep  2 12:29:42 2014
New Revision: 366992
URL: http://svnweb.freebsd.org/changeset/ports/366992
QAT: https://qat.redports.org/buildarchive/r366992/

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

Modified:
  head/x11-fm/nautilus/Makefile

Modified: head/x11-fm/nautilus/Makefile
==============================================================================
--- head/x11-fm/nautilus/Makefile	Tue Sep  2 11:57:55 2014	(r366991)
+++ head/x11-fm/nautilus/Makefile	Tue Sep  2 12:29:42 2014	(r366992)
@@ -26,7 +26,8 @@ USE_GNOME=	gnomeprefix intlhack gnomedes
 INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
-CONFIGURE_ENV=	LIBPNG="-L${LOCALBASE}/lib -lpng -lz"
+CONFIGURE_ENV=	LIBPNG="-L${LOCALBASE}/lib -lpng -lz" \
+		EXTRA_CORE_MODULES="gmodule-2.0"
 CPPFLAGS+=	-I${LOCALBASE}/include
 LIBS+=		-L${LOCALBASE}/lib ${ICONV_LIB}
 CONFIGURE_ARGS=	--enable-static --disable-packagekit --disable-update-mimedb


More information about the svn-ports-head mailing list