FreeBSD Bugzilla – Attachment 204979 Details for
Bug 238489
java/eclipse: fix build on GCC architectures
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
eclipse.patch (text/plain), 1.34 KB, created by
Piotr Kubaj
on 2019-06-11 08:17:42 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2019-06-11 08:17:42 UTC
Size:
1.34 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 503613) >+++ Makefile (working copy) >@@ -54,7 +54,7 @@ > ${LOCALBASE}/share/java/maven/bin/mvn:devel/maven > LIB_DEPENDS= libsecret-1.so:security/libsecret \ > libwebkit2gtk-4.0.so:www/webkit2-gtk3 >-USES= gmake pkgconfig gnome >+USES= compiler:c11 gmake pkgconfig gnome > USE_GNOME= gtk30 > > USE_GITHUB= yes >@@ -74,7 +74,7 @@ > > SUB_FILES= ${PORTNAME} > >-MAVEN_ENV= MAVEN_OPTS=-Xmx1024m >+MAVEN_ENV= MAVEN_OPTS=-Xmx1024m CC=${CC} > MAVEN_REPO= -Dmaven.repo.local=${WRKDIR}/${GH_PROJECT}-${PORTVERSION} > MAVEN_ECLIPSE= -Dnative=gtk.freebsd.${ARCH} -Dcomparator.repo=file://${WRKDIR}/${GH_PROJECT}-${PORTVERSION}/p2-stub -DforceContextQualifier=v${ECLIPSE_TSTAMP} > >Index: files/patch-eclipse.platform.swt >=================================================================== >--- files/patch-eclipse.platform.swt (revision 503613) >+++ files/patch-eclipse.platform.swt (working copy) >@@ -74,14 +74,11 @@ > *) > SWT_ARCH=$MODEL > AWT_ARCH=$MODEL >-@@ -118,6 +116,16 @@ >+@@ -118,6 +116,13 @@ > 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
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
Flags:
pkubaj
:
maintainer-approval?
(
jonc
)
Actions:
View
|
Diff
Attachments on
bug 238489
: 204979