diff options
author | archie <archie@FreeBSD.org> | 2004-11-30 23:13:53 +0800 |
---|---|---|
committer | archie <archie@FreeBSD.org> | 2004-11-30 23:13:53 +0800 |
commit | a850bb5e82ee847f553245f24650721550e886ad (patch) | |
tree | 04992fcae240a2d1c5c23f1a25e78394db6213fe /java/classpath | |
parent | 346299348c611bf498919fccc6932f13230cfb4f (diff) | |
download | freebsd-ports-gnome-a850bb5e82ee847f553245f24650721550e886ad.tar.gz freebsd-ports-gnome-a850bb5e82ee847f553245f24650721550e886ad.tar.zst freebsd-ports-gnome-a850bb5e82ee847f553245f24650721550e886ad.zip |
Add CONFIGURE_ARGS to fix build problem.
Diffstat (limited to 'java/classpath')
-rw-r--r-- | java/classpath/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/classpath/Makefile b/java/classpath/Makefile index b3da802de5a6..7f0f903ca066 100644 --- a/java/classpath/Makefile +++ b/java/classpath/Makefile @@ -21,6 +21,7 @@ USE_GNOME= gtk20 libartlgpl2 pkgconfig USE_JAVA= yes USE_JIKES= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-jni --with-jikes USE_GMAKE= yes INFO= hacking vmintegration |