aboutsummaryrefslogtreecommitdiff
path: root/editors/libreoffice6/files/patch-configure.aarch64
blob: 37aa487ce42374e838c38417b4e19c2c14aa069e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
         ;;