Date: Thu, 8 Apr 2021 11:55:14 GMT From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 439d1445b6f1 - main - editors/libreoffice: fix build on powerpc64le Message-ID: <202104081155.138BtETa046097@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=439d1445b6f1dafe759bd5c35a1ff2a77174926d commit 439d1445b6f1dafe759bd5c35a1ff2a77174926d Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2021-04-08 11:55:00 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2021-04-08 11:55:00 +0000 editors/libreoffice: fix build on powerpc64le Add the previously removed powerpc64le case. --- 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104081155.138BtETa046097>