diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-02-10 13:16:51 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-02-10 13:16:51 +0000 |
commit | e26465f191afb5fabab075a25728714d81d7d9e6 (patch) | |
tree | 9f34ac1481628cd653bac7265c39979b9c4781ec /editors/libreoffice/files | |
parent | 74c8ef7a77c4cb53aec6a56737e0adca9b0d9bf2 (diff) | |
download | ports-e26465f191afb5fabab075a25728714d81d7d9e6.tar.gz ports-e26465f191afb5fabab075a25728714d81d7d9e6.zip |
Notes
Diffstat (limited to 'editors/libreoffice/files')
-rw-r--r-- | editors/libreoffice/files/patch-configure | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/editors/libreoffice/files/patch-configure b/editors/libreoffice/files/patch-configure index 18d09e237b5f..ea5c836422cb 100644 --- a/editors/libreoffice/files/patch-configure +++ b/editors/libreoffice/files/patch-configure @@ -1,6 +1,18 @@ ---- configure.orig 2021-01-14 20:28:32 UTC +--- configure.orig 2021-01-27 20:02:59 UTC +++ configure -@@ -30505,12 +30505,12 @@ if test -n "$MDDS_CFLAGS"; then +@@ -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 +@@ -30505,12 +30510,12 @@ if test -n "$MDDS_CFLAGS"; then pkg_cv_MDDS_CFLAGS="$MDDS_CFLAGS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ @@ -16,7 +28,7 @@ test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes -@@ -30522,12 +30522,12 @@ if test -n "$MDDS_LIBS"; then +@@ -30522,12 +30527,12 @@ if test -n "$MDDS_LIBS"; then pkg_cv_MDDS_LIBS="$MDDS_LIBS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ @@ -32,7 +44,7 @@ test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes -@@ -30548,14 +30548,14 @@ else +@@ -30548,14 +30553,14 @@ else _pkg_short_errors_supported=no fi if test $_pkg_short_errors_supported = yes; then |