mirror of
https://git.freebsd.org/ports.git
synced 2025-07-05 03:19:18 -04:00
Office team is proud to announce LibreOffice 7.5 Community, the new major release of the volunteer-supported free office suite for desktop productivity Read more: https://blog.documentfoundation.org/blog/2023/02/02/tdf-announces-libreoffice-75-community/
32 lines
1.2 KiB
Text
32 lines
1.2 KiB
Text
--- configure.orig 2022-12-22 00:21:43 UTC
|
|
+++ configure
|
|
@@ -14720,6 +14720,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
|
|
@@ -37429,7 +37434,7 @@ ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
|
|
save_CXXFLAGS=$CXXFLAGS
|
|
save_IFS=$IFS
|
|
IFS=$P_SEP
|
|
- for i in $CPLUS_INCLUDE_PATH /usr/include; do
|
|
+ for i in $CPLUS_INCLUDE_PATH /usr/local/include /usr/include; do
|
|
IFS=$save_IFS
|
|
if test -z "$i"; then
|
|
continue
|
|
@@ -45541,7 +45546,7 @@ if test -z "$SHA256SUM"; then
|
|
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
|