diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-04-08 19:55:00 +0800 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-04-08 19:55:00 +0800 |
commit | 439d1445b6f1dafe759bd5c35a1ff2a77174926d (patch) | |
tree | e862946bc2b21656e8b279277c82fec7fefd3a26 | |
parent | 0b8dcf6f2d00ed2ada04973b1946f1160c1add9a (diff) | |
download | freebsd-ports-gnome-439d1445b6f1dafe759bd5c35a1ff2a77174926d.tar.gz freebsd-ports-gnome-439d1445b6f1dafe759bd5c35a1ff2a77174926d.tar.zst freebsd-ports-gnome-439d1445b6f1dafe759bd5c35a1ff2a77174926d.zip |
editors/libreoffice: fix build on powerpc64le
Add the previously removed powerpc64le case.
-rw-r--r-- | editors/libreoffice/files/patch-configure | 12 |
1 files changed, 12 insertions, 0 deletions
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 |