svn commit: r538702 - head/editors/libreoffice/files

Piotr Kubaj pkubaj at FreeBSD.org
Sat Jun 13 21:05:04 UTC 2020


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


More information about the svn-ports-all mailing list