Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Jul 2015 15:42:14 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r393162 - head/graphics/eom
Message-ID:  <201507291542.t6TFgErB004209@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Wed Jul 29 15:42:13 2015
New Revision: 393162
URL: https://svnweb.freebsd.org/changeset/ports/393162

Log:
  Disable introspection, it doesn't build with the current
  gobject-introspection tools in ports.
  
  PR:		201970
  Submitted by:	amdmi3@

Modified:
  head/graphics/eom/Makefile

Modified: head/graphics/eom/Makefile
==============================================================================
--- head/graphics/eom/Makefile	Wed Jul 29 14:36:20 2015	(r393161)
+++ head/graphics/eom/Makefile	Wed Jul 29 15:42:13 2015	(r393162)
@@ -22,6 +22,7 @@ USE_GNOME=	gdkpixbuf2 glib20 gtk20 librs
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=	--disable-gtk-doc \
 		--with-html-dir=${PREFIX}/share/doc \
+		--disable-introspection \
 		--with-gtk=2.0 \
 		--disable-python \
 		--without-cms



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