aboutsummaryrefslogtreecommitdiff
path: root/editors/libreoffice6/Makefile
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2021-02-20 19:30:55 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2021-02-20 19:30:55 +0000
commitf3546b611c32cf0a853e2a66712254bd03c34738 (patch)
tree29db937145ed87a172ec63449d15f31b6d2518c1 /editors/libreoffice6/Makefile
parent6bd67f9d034642eeacb0739a96515059006711f5 (diff)
downloadports-f3546b611c32cf0a853e2a66712254bd03c34738.tar.gz
ports-f3546b611c32cf0a853e2a66712254bd03c34738.zip
editors/libreoffice6: backport powerpc* patches to libreoffice6
Approved by: tier 2 blanket
Notes
Notes: svn path=/head/; revision=566182
Diffstat (limited to 'editors/libreoffice6/Makefile')
-rw-r--r--editors/libreoffice6/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/editors/libreoffice6/Makefile b/editors/libreoffice6/Makefile
index 0c2f89a17079..ee5ba939e868 100644
--- a/editors/libreoffice6/Makefile
+++ b/editors/libreoffice6/Makefile
@@ -288,6 +288,10 @@ MAKE_ENV+= verbose=1
WARNING= "GTK3 visual style is incomplete yet, build at your own risk"
.endif
+.if ${ARCH:Mpowerpc*}
+EXTRA_PATCHES+= ${FILESDIR}/powerpc64
+.endif
+
.if ${CHOSEN_COMPILER_TYPE} == clang
CXXFLAGS_WARN= -Woverloaded-virtual -Wno-unused-parameter -Wno-unused-local-typedefs
.else