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:
parent
8a98f18e86
commit
18d363d34d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=314939
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue