diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-06-14 05:05:03 +0800 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-06-14 05:05:03 +0800 |
commit | 2836402ebf9268499bb91b96ce4f85abbb8e3e44 (patch) | |
tree | 4d3b8ff4652ce5e7130b6020f9968240ea93ed11 /editors/libreoffice | |
parent | 1f4bb95dd4416fd2800c038072694c384c97946a (diff) | |
download | freebsd-ports-gnome-2836402ebf9268499bb91b96ce4f85abbb8e3e44.tar.gz freebsd-ports-gnome-2836402ebf9268499bb91b96ce4f85abbb8e3e44.tar.zst freebsd-ports-gnome-2836402ebf9268499bb91b96ce4f85abbb8e3e44.zip |
editors/libreoffice: fix build on powerpc64 elfv1
configure patch offset needs to be updated. Currently the patch applies, but goes into DragonflyBSD block.
Diffstat (limited to 'editors/libreoffice')
-rw-r--r-- | editors/libreoffice/files/patch-powerpc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/libreoffice/files/patch-powerpc b/editors/libreoffice/files/patch-powerpc index 8d1e25ebe3f4..eb85e51b6adc 100644 --- a/editors/libreoffice/files/patch-powerpc +++ b/editors/libreoffice/files/patch-powerpc @@ -19,10 +19,10 @@ ;; --- configure.orig 2019-08-07 01:54:44.000000000 +0800 +++ configure 2019-08-08 20:00:26.166619000 +0800 -@@ -12509,6 +12509,16 @@ - RTL_ARCH=X86_64 - PLATFORMID=freebsd_x86_64 - ;; +@@ -12537,6 +12537,16 @@ + PLATFORMID=freebsd_aarch64 + RTL_ARCH=AARCH64 + ;; + powerpc64) + CPUNAME=POWERPC64 + RTL_ARCH=PowerPC_64 |