diff options
author | Archie Cobbs <archie@FreeBSD.org> | 2004-11-30 15:13:53 +0000 |
---|---|---|
committer | Archie Cobbs <archie@FreeBSD.org> | 2004-11-30 15:13:53 +0000 |
commit | a16843fa6ff4ff426d91495daa1900b63741f199 (patch) | |
tree | f658edf4e027e4006f0aefa57a18cd96a36513f3 /java/classpath | |
parent | 85193db2b9b4a5af955c51d32befdf7a720bc4c5 (diff) |
Add CONFIGURE_ARGS to fix build problem.
Notes
Notes:
svn path=/head/; revision=122816
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 |