View | Details | Raw Unified | Return to bug 229382 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-5 / +2 lines)
Lines 15-24 Link Here
15
15
16
LICENSE=	APACHE20
16
LICENSE=	APACHE20
17
17
18
BROKEN_aarch64=		fails to compile: 'jni_md.h' file not found
19
BROKEN_armv6=		fails to compile: 'jni_md.h' file not found
20
BROKEN_armv7=		fails to compile: 'jni_md.h' file not found
21
22
OPTIONS_DEFINE=	DOCS
18
OPTIONS_DEFINE=	DOCS
23
19
24
USE_JAVA=	yes
20
USE_JAVA=	yes
Lines 25-31 Link Here
25
JAVA_VERSION=	1.6+
21
JAVA_VERSION=	1.6+
26
JAVA_OS=	native
22
JAVA_OS=	native
27
GNU_CONFIGURE=	yes
23
GNU_CONFIGURE=	yes
28
CONFIGURE_ARGS=	--with-java=${JAVA_HOME}
24
CONFIGURE_ARGS=	--with-java=${JAVA_HOME} --with-os-type=include/${OPSYS:tl}
25
CFLAGS+=	-I${JAVA_HOME}/include/${OPSYS:tl}
29
26
30
WRKSRC=		${WRKDIR}/${DISTNAME}-native-src/unix
27
WRKSRC=		${WRKDIR}/${DISTNAME}-native-src/unix
31
WRKBIN=		${WRKDIR}/${DISTNAME}
28
WRKBIN=		${WRKDIR}/${DISTNAME}

Return to bug 229382