diff options
-rw-r--r-- | editors/libreoffice/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile index 088414a34e3e..303742525b02 100644 --- a/editors/libreoffice/Makefile +++ b/editors/libreoffice/Makefile @@ -276,6 +276,10 @@ MAKE_ENV+= verbose=1 .include <bsd.port.pre.mk> +.if ${ARCH:Mpowerpc*} +CONFIGURE_ARGS+= --disable-skia +.endif + .if ${PORT_OPTIONS:MGTK3} WARNING= "GTK3 visual style is incomplete yet, build at your own risk" .endif |