git: eed21621de00 - 2021Q2 - editors/libreoffice: fix build on powerpc64le
Dima Panov
fluffy at FreeBSD.org
Sun May 9 16:06:38 UTC 2021
The branch 2021Q2 has been updated by fluffy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=eed21621de00e58f8de1de567a559cd16f01a1c2
commit eed21621de00e58f8de1de567a559cd16f01a1c2
Author: Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-04-08 11:55:00 +0000
Commit: Dima Panov <fluffy at FreeBSD.org>
CommitDate: 2021-05-09 16:06:07 +0000
editors/libreoffice: fix build on powerpc64le
Add the previously removed powerpc64le case.
(cherry picked from commit 439d1445b6f1dafe759bd5c35a1ff2a77174926d)
---
editors/libreoffice/files/patch-configure | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/editors/libreoffice/files/patch-configure b/editors/libreoffice/files/patch-configure
index 705305a67a2c..beb920769ea3 100644
--- a/editors/libreoffice/files/patch-configure
+++ b/editors/libreoffice/files/patch-configure
@@ -1,5 +1,17 @@
--- configure.orig 2021-03-24 16:30:40 UTC
+++ configure
+@@ -13223,6 +13223,11 @@ freebsd*)
+ RTL_ARCH=PowerPC_64
+ PLATFORMID=freebsd_powerpc64
+ ;;
++ powerpc64le)
++ CPUNAME=POWERPC64
++ RTL_ARCH=PowerPC_64
++ PLATFORMID=freebsd_powerpc64_le
++ ;;
+ powerpc|powerpcspe)
+ CPUNAME=POWERPC
+ RTL_ARCH=PowerPC
@@ -31720,12 +31720,12 @@ if test -n "$MDDS_CFLAGS"; then
pkg_cv_MDDS_CFLAGS="$MDDS_CFLAGS"
elif test -n "$PKG_CONFIG"; then
More information about the dev-commits-ports-all
mailing list