diff options
author | mezz <mezz@FreeBSD.org> | 2006-05-27 05:11:50 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2006-05-27 05:11:50 +0800 |
commit | fb45470304958ceef00705c0704b859321c82dfc (patch) | |
tree | 950a83a0848a61b9c010c73892a695ddc2ba01a5 /x11 | |
parent | bdad6410bc2311dc856d85f2b8c9deb3a1a1b119 (diff) | |
download | freebsd-ports-gnome-fb45470304958ceef00705c0704b859321c82dfc.tar.gz freebsd-ports-gnome-fb45470304958ceef00705c0704b859321c82dfc.tar.zst freebsd-ports-gnome-fb45470304958ceef00705c0704b859321c82dfc.zip |
Fix the build with Jikes.
PR: ports/97915
Submitted by: hq
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libgnome-java/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/x11/libgnome-java/Makefile b/x11/libgnome-java/Makefile index cbaba3a2d2f2..038f47394e04 100644 --- a/x11/libgnome-java/Makefile +++ b/x11/libgnome-java/Makefile @@ -32,6 +32,10 @@ USE_GNOME= gnomehack libgnomeui CONFIGURE_ARGS= --without-gcj-compile CONFIGURE_ENV= CPPFLAGS="-I${JAVA_HOME}/include -I${JAVA_HOME}/include/freebsd" +# jikes related +CONFIGURE_ENV+= BOOTCLASSPATH=${JAVA_CLASSES} +MAKE_ENV+= BOOTCLASSPATH=${JAVA_CLASSES} + GNOME_API_VERSION= 2.12 GTK_API_VERSION= 2.8 PLIST_SUB= GNOME_API_VERSION=${GNOME_API_VERSION} PORTNAME=${PORTNAME} |