freeplane: don't attempt to build on JIT-less architectures

This commit is contained in:
q66 2020-03-19 14:24:53 +01:00
parent 8ccf3ec942
commit 9b09aec6a1

View file

@ -16,6 +16,11 @@ make_dirs="
/usr/share/freeplane/fwdir/condperm/ 755 root root /usr/share/freeplane/fwdir/condperm/ 755 root root
/usr/share/freeplane/fwdir/perms/ 755 root root" /usr/share/freeplane/fwdir/perms/ 755 root root"
case "$XBPS_MACHINE" in
ppc64*) ;;
ppc*|arm*|mips*) broken="No JVM JIT, goes on for hours";;
esac
do_build() { do_build() {
. /etc/profile.d/apache-ant.sh . /etc/profile.d/apache-ant.sh
. /etc/profile.d/10_openjdk8.sh . /etc/profile.d/10_openjdk8.sh