Closes: https://bugs.gentoo.org/719606
Closes: https://bugs.gentoo.org/719958
Closes: https://bugs.gentoo.org/688894
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
unset ANT_HOME
einfo "gradle "${gradle_args[@]}" ${@}"
- "${gradle}" "${gradle_args[@]}" ${@} || die "gradle failed"
+ # TERM needed, otherwise gradle may fail on terms it does not know about
+ TERM="xterm" "${gradle}" "${gradle_args[@]}" ${@} || die "gradle failed"
}
pkg_setup() {
}
src_configure() {
- append-flags -Wno-error
+ append-flags -Wno-error -fcommon
#FIXME: still calls gcc, pkg-config etc by name without chost prefix
#FIXME: should we enable webkit? doubt so