freeplane: don't attempt to build on JIT-less architectures
This commit is contained in:
parent
8ccf3ec942
commit
9b09aec6a1
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue