summaryrefslogtreecommitdiff
path: root/editors/libreoffice6/files/patch-configure.aarch64
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2020-08-16 12:18:17 +0000
committerDima Panov <fluffy@FreeBSD.org>2020-08-16 12:18:17 +0000
commit7058ec053bc486a10a0d4141dadd249f647ef721 (patch)
tree42aa666a892a1837267475e43049d29ec07e9da9 /editors/libreoffice6/files/patch-configure.aarch64
parenttextproc/libwps: update to 0.4.11 release (diff)
editors/libreoffice6:
- repocopy from editors/libreoffice - add i18n option (off by default to mimic classic behaviour) - register conflicts with main libreoffice port
Diffstat (limited to 'editors/libreoffice6/files/patch-configure.aarch64')
-rw-r--r--editors/libreoffice6/files/patch-configure.aarch6414
1 files changed, 14 insertions, 0 deletions
diff --git a/editors/libreoffice6/files/patch-configure.aarch64 b/editors/libreoffice6/files/patch-configure.aarch64
new file mode 100644
index 000000000000..37aa487ce423
--- /dev/null
+++ b/editors/libreoffice6/files/patch-configure.aarch64
@@ -0,0 +1,14 @@
+--- configure.orig 2020-04-06 14:49:31.976007000 +0200
++++ configure 2020-04-06 14:50:04.326755000 +0200
+@@ -12532,6 +12532,11 @@ freebsd*)
+ RTL_ARCH=X86_64
+ PLATFORMID=freebsd_x86_64
+ ;;
++ aarch64)
++ CPUNAME=AARCH64
++ PLATFORMID=freebsd_aarch64
++ RTL_ARCH=AARCH64
++ ;;
+ *)
+ as_fn_error $? "Unsupported host_cpu $host_cpu for host_os $host_os" "$LINENO" 5
+ ;;