svn commit: r314939 - head/databases/libgda4
Jeremy Messenger
mezz at FreeBSD.org
Fri Mar 22 15:28:13 UTC 2013
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 at 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
More information about the svn-ports-all
mailing list