Date: Tue, 17 Nov 2020 16:33:42 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r555567 - head/editors/libreoffice Message-ID: <202011171633.0AHGXg35092392@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Tue Nov 17 16:33:42 2020 New Revision: 555567 URL: https://svnweb.freebsd.org/changeset/ports/555567 Log: editors/libreoffice: enable skia on powerpc64le While libreoffice doesn't build yet on powerpc64le, there's no reason to disable skia there since it's a little-endian platform. Modified: head/editors/libreoffice/Makefile Modified: head/editors/libreoffice/Makefile ============================================================================== --- head/editors/libreoffice/Makefile Tue Nov 17 16:07:01 2020 (r555566) +++ head/editors/libreoffice/Makefile Tue Nov 17 16:33:42 2020 (r555567) @@ -277,7 +277,7 @@ MAKE_ENV+= verbose=1 .include <bsd.port.pre.mk> -.if ${ARCH:Mpowerpc*} +.if ${ARCH} == powerpc || ${ARCH} == powerpcspe || ${ARCH} == powerpc64 CONFIGURE_ARGS+= --disable-skia .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011171633.0AHGXg35092392>