dev-java/openjfx: append -Wno-error

Closes: https://bugs.gentoo.org/713274
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
This commit is contained in:
Georgy Yakovlev
2020-03-18 14:33:08 -07:00
parent 195ad646be
commit a1bc884157
2 changed files with 6 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ MY_PV=${PV/_p/+}
SLOT=${MY_PV%%[.+]*}
EGRADLE_VER="4.8"
inherit java-pkg-2 multiprocessing
inherit flag-o-matic java-pkg-2 multiprocessing
DESCRIPTION="Java OpenJFX client application platform"
HOMEPAGE="https://openjfx.io"
@@ -167,6 +167,8 @@ src_prepare() {
}
src_configure() {
append-flags -Wno-error
#FIXME: still calls gcc, pkg-config etc by name without chost prefix
#FIXME: should we enable webkit? doubt so

View File

@@ -7,7 +7,7 @@ MY_PV="${PV/_p/+}"
SLOT="${MY_PV%%[.+]*}"
EGRADLE_VER="4.8"
inherit java-pkg-2 multiprocessing
inherit flag-o-matic java-pkg-2 multiprocessing
DESCRIPTION="Java OpenJFX client application platform"
HOMEPAGE="https://openjfx.io"
@@ -167,6 +167,8 @@ src_prepare() {
}
src_configure() {
append-flags -Wno-error
#FIXME: still calls gcc, pkg-config etc by name without chost prefix
#FIXME: should we enable webkit? doubt so