1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Fix the build when docbook is installed.

This commit is contained in:
Joe Marcus Clarke 2007-07-08 21:32:44 +00:00
parent 26c8d51840
commit fea744a28a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=195234

View File

@ -30,7 +30,9 @@ JAVA_OS= native
USE_GCC= 3.4+
USE_GNOME= gnomehack libgnomeui
CONFIGURE_ARGS= --without-gcj-compile --with-jardir=${JAVAJARDIR}
CONFIGURE_ENV= CPPFLAGS="-I${JAVA_HOME}/include -I${JAVA_HOME}/include/freebsd"
CONFIGURE_ENV= CPPFLAGS="-I${JAVA_HOME}/include -I${JAVA_HOME}/include/freebsd" \
ac_cv_path_DB1="nocommand" \
ac_cv_path_DB2="nocommand"
# jikes related
CONFIGURE_ENV+= BOOTCLASSPATH=${JAVA_CLASSES}