FreeBSD Bugzilla – Attachment 204289 Details for
Bug 237813
java/eclipse: Update to 4.11, Fix build on powerpc64
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to fix build on powerpc64
patch-eclipse-powerpc64-update (text/plain), 799 bytes, created by
Curtis Hamilton
on 2019-05-09 16:06:53 UTC
(
hide
)
Description:
Patch to fix build on powerpc64
Filename:
MIME Type:
Creator:
Curtis Hamilton
Created:
2019-05-09 16:06:53 UTC
Size:
799 bytes
patch
obsolete
>--- Makefile.orig >+++ Makefile >@@ -48,7 +48,7 @@ > > LICENSE= EPL > >-ONLY_FOR_ARCHS= amd64 power64 >+ONLY_FOR_ARCHS= amd64 powerpc64 > > BUILD_DEPENDS= git:devel/git-lite \ > ${LOCALBASE}/share/java/maven/bin/mvn:devel/maven >--- files/patch-eclipse.platform.swt.orig >+++ files/patch-eclipse.platform.swt >@@ -74,6 +74,21 @@ > *) > SWT_ARCH=$MODEL > AWT_ARCH=$MODEL >+@@ -118,6 +116,16 @@ >+ esac >+ >+ case $SWT_OS.$SWT_ARCH in >++ "freebsd.ppc64") >++ if [ "${CC}" = "" ]; then >++ export CC=gcc >++ fi >++ if [ "${JAVA_HOME}" = "" ]; then >++ DYNAMIC_JAVA_HOME=`readlink -f /usr/local/bin/java | sed "s:jre/::" | sed "s:bin/java::"` >++ JAVA_HOME = $DYNAMIC_JAVA_HOME >++ export JAVA_HOME >++ fi >++ ;; >+ "linux.x86") >+ if [ "${CC}" = "" ]; then >+ export CC=gcc > @@ -194,7 +192,7 @@ > >
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 237813
: 204289 |
204370