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
This commit is contained in:
Jeremy Messenger 2013-03-22 15:28:13 +00:00
parent 8a98f18e86
commit 18d363d34d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=314939

View file

@ -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