svn commit: r397054 - head/databases/libgda5
Koop Mast
kwm at FreeBSD.org
Wed Sep 16 11:10:25 UTC 2015
Author: kwm
Date: Wed Sep 16 11:10:23 2015
New Revision: 397054
URL: https://svnweb.freebsd.org/changeset/ports/397054
Log:
Allow libgda5-jdbc to build with openjdk8.
PR: 199591 (openjdk8 by default exp-run)
Submitted by: swills@
Modified:
head/databases/libgda5/Makefile
Modified: head/databases/libgda5/Makefile
==============================================================================
--- head/databases/libgda5/Makefile Wed Sep 16 11:05:41 2015 (r397053)
+++ head/databases/libgda5/Makefile Wed Sep 16 11:10:23 2015 (r397054)
@@ -92,6 +92,7 @@ CONFIGURE_ARGS+= --without-mdb
USE_JAVA= yes
JAVA_VERSION= 1.6+
JAVA_VENDOR= bsdjava openjdk
+CFLAGS+= -I${JAVA_HOME}/include -I${JAVA_HOME}/include/freebsd
.else
CONFIGURE_ARGS+= --without-java
.endif
More information about the svn-ports-all
mailing list