mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-12 18:13:50 +02:00
libreoffice: also enable java on ppc64*
This commit is contained in:
parent
8fc9c14244
commit
d4e465066b
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,7 @@ case "$XBPS_TARGET_MACHINE" in
|
|||
i686*) # Broken unit tests
|
||||
CXXFLAGS+=" -DDISABLE_CVE_TESTS=1"
|
||||
;;
|
||||
x86_64*) build_options_default="java"
|
||||
x86_64*|ppc64*) build_options_default="java"
|
||||
makedepends+=" apache-ant openjdk11 "
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Add table
Reference in a new issue