Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Jun 2020 21:05:03 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r538702 - head/editors/libreoffice/files
Message-ID:  <202006132105.05DL53GZ054915@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Sat Jun 13 21:05:03 2020
New Revision: 538702
URL: https://svnweb.freebsd.org/changeset/ports/538702

Log:
  editors/libreoffice: fix build on powerpc64 elfv1
  
  configure patch offset needs to be updated. Currently the patch applies, but goes into DragonflyBSD block.

Modified:
  head/editors/libreoffice/files/patch-powerpc

Modified: head/editors/libreoffice/files/patch-powerpc
==============================================================================
--- head/editors/libreoffice/files/patch-powerpc	Sat Jun 13 20:57:15 2020	(r538701)
+++ head/editors/libreoffice/files/patch-powerpc	Sat Jun 13 21:05:03 2020	(r538702)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006132105.05DL53GZ054915>