FreeBSD Bugzilla – Attachment 194725 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]
A better patch
jakarta-commons-daemon.patch (text/plain), 1.33 KB, created by
Alex Dupre
on 2018-06-29 12:45:30 UTC
(
hide
)
Description:
A better patch
Filename:
MIME Type:
Creator:
Alex Dupre
Created:
2018-06-29 12:45:30 UTC
Size:
1.33 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revisione 473377) >+++ Makefile (copia locale) >@@ -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 >Index: files/patch-configure >=================================================================== >--- files/patch-configure (nonexistent) >+++ files/patch-configure (copia locale) >@@ -0,0 +1,11 @@ >+--- configure.orig 2018-06-29 12:40:33 UTC >++++ configure >+@@ -3504,7 +3504,7 @@ then >+ $as_echo "jni_md.h found in $JAVA_HOME/$JAVA_INC" >&6; } >+ INCLUDES="$INCLUDES -I$JAVA_HOME/include -I$JAVA_HOME/$JAVA_INC" >+ else >+- INCLUDES="$INCLUDES -I$JAVA_HOME/include -I$JAVA_HOME/include/$supported_os" >++ INCLUDES="$INCLUDES -I$JAVA_HOME/include -I$JAVA_HOME/include/$JAVA_OS" >+ fi >+ >+ if test "$GCC" = "yes" > >Proprietà modificate su: files/patch-configure >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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