editors/libreoffice: fix build on powerpc64le
Add the previously removed powerpc64le case.
This commit is contained in:
parent
0b8dcf6f2d
commit
439d1445b6
@ -1,5 +1,17 @@
|
||||
--- configure.orig 2021-03-24 16:30:40 UTC
|
||||
+++ configure
|
||||
@@ -13223,6 +13223,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
|
||||
@@ -31720,12 +31720,12 @@ if test -n "$MDDS_CFLAGS"; then
|
||||
pkg_cv_MDDS_CFLAGS="$MDDS_CFLAGS"
|
||||
elif test -n "$PKG_CONFIG"; then
|
||||
|
Loading…
Reference in New Issue
Block a user