Skip to content

Commit

Permalink
editors/libreoffice: better fix for powerpc*
Browse files Browse the repository at this point in the history
Fixes broken colors on powerpc64.

Obtained from:	Chimera Linux
  • Loading branch information
pkubaj committed Jun 12, 2023
1 parent 37548fc commit 19a93ee
Show file tree
Hide file tree
Showing 13 changed files with 956 additions and 637 deletions.
6 changes: 1 addition & 5 deletions editors/libreoffice/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PORTREVISION= 0
PORTREVISION= 1

.include "${.CURDIR}/Makefile.common"

Expand Down Expand Up @@ -339,10 +339,6 @@ BINARY_ALIAS= sed=gsed
BROKEN= please update FreeBSD base system first to fix an ABI incompatibility
.endif

.if ${ARCH:Mpowerpc*}
EXTRA_PATCHES+= ${FILESDIR}/powerpc64
.endif

.if ${ARCH} == powerpc || ${ARCH} == powerpcspe || ${ARCH} == powerpc64
CONFIGURE_ARGS+= --disable-skia
.endif
Expand Down

0 comments on commit 19a93ee

Please sign in to comment.