Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Mar 2013 15:28:13 +0000 (UTC)
From:      Jeremy Messenger <mezz@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r314939 - head/databases/libgda4
Message-ID:  <201303221528.r2MFSDsx097402@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mezz
Date: Fri Mar 22 15:28:13 2013
New Revision: 314939
URL: http://svnweb.freebsd.org/changeset/ports/314939

Log:
  Add disable flag for goocanvas, graphviz and gtksourceview or it will auto
  detect those. The graphviz option doesn't build.
  
  Reported by:	Kevin Oberman <rkoberman@gmail.com>
  		rm

Modified:
  head/databases/libgda4/Makefile

Modified: head/databases/libgda4/Makefile
==============================================================================
--- head/databases/libgda4/Makefile	Fri Mar 22 15:21:00 2013	(r314938)
+++ head/databases/libgda4/Makefile	Fri Mar 22 15:28:13 2013	(r314939)
@@ -33,7 +33,10 @@ GNU_CONFIGURE=	yes
 MAKE_JOBS_UNSAFE=yes
 CONFIGURE_ARGS=	--without-oracle \
 		--disable-crypto \
-		--enable-introspection=no
+		--enable-introspection=no \
+		--without-gtksourceview \
+		--without-goocanvas \
+		--without-graphviz
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDDFLAGS+=	-L${LOCALBASE}/lib
 



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