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
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)])
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 @@
18 PLATFORMID=solaris_x86
23 + PLATFORMID=solaris_x86_64