1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

Allow JAVADIR to be overriden by the user. This allows to build jit for native

JDK 1.2.x and 1.3.x (tested with 1.3.1).
This commit is contained in:
Maxim Sobolev 2001-09-10 18:28:51 +00:00
parent 41e61385d9
commit 1c41a0e563
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47614

View File

@ -23,7 +23,7 @@ ONLY_FOR_ARCHS= i386
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-jdk=${JAVADIR}
JAVADIR= ${LOCALBASE}/jdk1.1.8
JAVADIR?= ${LOCALBASE}/jdk1.1.8
JAVALIBDIR= ${PREFIX}/lib/tya
post-configure: