FreeBSD Bugzilla – Attachment 194699 Details for
Bug 229382
devel/jakarta-commons-daemon: Unbreak on aarch64, armv6, armv7
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
jakarta-commons-daemon.diff
jakarta-commons-daemon.diff (text/plain), 729 bytes, created by
Tobias Kortkamp
on 2018-06-28 04:47:19 UTC
(
hide
)
Description:
jakarta-commons-daemon.diff
Filename:
MIME Type:
Creator:
Tobias Kortkamp
Created:
2018-06-28 04:47:19 UTC
Size:
729 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 473419) >+++ Makefile (working copy) >@@ -15,10 +15,6 @@ > > LICENSE= APACHE20 > >-BROKEN_aarch64= fails to compile: 'jni_md.h' file not found >-BROKEN_armv6= fails to compile: 'jni_md.h' file not found >-BROKEN_armv7= fails to compile: 'jni_md.h' file not found >- > OPTIONS_DEFINE= DOCS > > USE_JAVA= yes >@@ -25,7 +21,8 @@ > JAVA_VERSION= 1.6+ > JAVA_OS= native > GNU_CONFIGURE= yes >-CONFIGURE_ARGS= --with-java=${JAVA_HOME} >+CONFIGURE_ARGS= --with-java=${JAVA_HOME} --with-os-type=include/${OPSYS:tl} >+CFLAGS+= -I${JAVA_HOME}/include/${OPSYS:tl} > > WRKSRC= ${WRKDIR}/${DISTNAME}-native-src/unix > WRKBIN= ${WRKDIR}/${DISTNAME}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 229382
:
194699
|
194725