summaryrefslogtreecommitdiff
path: root/editors/libreoffice/files/patch-configure
blob: edea292d9faa78aef141be8a6f4e9ba69200e567 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
--- configure.orig	2022-01-26 14:39:31 UTC
+++ configure
@@ -14488,6 +14488,11 @@ freebsd*)
         RTL_ARCH=PowerPC_64
         PLATFORMID=freebsd_powerpc64
         ;;
+    powerpc64le)
+        CPUNAME=POWERPC64
+        RTL_ARCH=PowerPC_64
+        PLATFORMID=freebsd_powerpc64_le
+        ;;
     powerpc|powerpcspe)
         CPUNAME=POWERPC
         RTL_ARCH=PowerPC
@@ -36188,7 +36193,7 @@ else $as_nop
   as_fn_error $? "zxing headers not found." "$LINENO" 5
 fi
 
-        ZXING_CFLAGS=-I/usr/include/ZXing
+        ZXING_CFLAGS=-I/usr/local/include/ZXing
         { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for main in -lZXing" >&5
 printf %s "checking for main in -lZXing... " >&6; }
 if test ${ac_cv_lib_ZXing_main+y}
@@ -43445,7 +43450,7 @@ for i in shasum /usr/local/bin/shasum /usr/sfw/bin/sha
 done
 
 if test -z "$SHA256SUM"; then
-    for i in sha256sum /usr/local/bin/sha256sum /usr/sfw/bin/sha256sum /opt/sfw/bin/sha256sum /opt/local/bin/sha256sum; do
+    for i in gsha256sum /usr/local/bin/sha256sum /usr/sfw/bin/sha256sum /opt/sfw/bin/sha256sum /opt/local/bin/sha256sum; do
         eval "$i --version" > /dev/null 2>&1
         ret=$?
         if test $ret -eq 0; then