diff options
| author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-03-09 00:13:57 +0000 |
|---|---|---|
| committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-03-09 00:13:57 +0000 |
| commit | 56e7d8375380397a01def1441ddec0be4f4d8887 (patch) | |
| tree | 838e839c76df6197f0f20e2faad4b76ffca410d0 /java/eclipse/scripts | |
| parent | update net-mgmt/networkmgr to 4.5 (diff) | |
java/eclipse: port to powerpc64le
PR: 254149
Approved by: jonc@chen.org.nz (maintainer)
Diffstat (limited to 'java/eclipse/scripts')
| -rw-r--r-- | java/eclipse/scripts/pre-build | 2 | ||||
| -rw-r--r-- | java/eclipse/scripts/pre-patch | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/java/eclipse/scripts/pre-build b/java/eclipse/scripts/pre-build index 55d3eb971649..4529b4089fec 100644 --- a/java/eclipse/scripts/pre-build +++ b/java/eclipse/scripts/pre-build @@ -4,7 +4,7 @@ # cd ${WRKSRC} -ARCHS="amd64 powerpc64" +ARCHS="amd64 powerpc64 powerpc64le" # Create dummy repo for jgit if [ ! -d .git ] diff --git a/java/eclipse/scripts/pre-patch b/java/eclipse/scripts/pre-patch index 6d04121a2034..ce79ba5c029a 100644 --- a/java/eclipse/scripts/pre-patch +++ b/java/eclipse/scripts/pre-patch @@ -42,6 +42,10 @@ do NEWNAME=$(rename_arch ${D}) mv ${D} ${NEWNAME} + case ${NEWNAME} in + *.powerpc64) + cp -rf ${NEWNAME} `echo ${NEWNAME} | sed -e 's/powerpc64/powerpc64le/'`;; + esac done # Clean up binaries |
