uwimap: fix build using gcc14 and recompile for library/security/openssl-3
[oi-userland.git] / components / desktop / libreoffice / patches / 57-configure.ca-enable-64bit-solaris.patch
blob4293b10408135d19dcb9c79b76fcdcc10b80b352
1 --- libreoffice-6.4.7.2/configure.ac Tue Feb 1 18:17:23 2022
2 +++ libreoffice-6.4.7.2/configure.ac.new Tue Feb 1 19:32:02 2022
3 @@ -605,10 +605,10 @@
5 dnl Check whether we're using a SPARC or i386 processor
6 AC_MSG_CHECKING([the processor type])
7 - if test "$host_cpu" = "sparc" -o "$host_cpu" = "i386"; then
8 + if test "$host_cpu" = "sparc" -o "$host_cpu" = "i386" -o "$host_cpu" = "x86_64"; then
9 AC_MSG_RESULT([ok ($host_cpu)])
10 else
11 - AC_MSG_ERROR([only SPARC and i386 processors are supported])
12 + AC_MSG_ERROR([only SPARC and i386 processors are supported, not $host_cpu])
16 @@ -4592,6 +4592,11 @@
17 RTL_ARCH=x86
18 PLATFORMID=solaris_x86
20 + x86_64)
21 + CPUNAME=X86_64
22 + RTL_ARCH=X86_64
23 + PLATFORMID=solaris_x86_64
24 + ;;
25 sparc)
26 CPUNAME=SPARC
27 RTL_ARCH=SPARC