mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
java-openjfx: add flags
This commit is contained in:
parent
1fb1be83e6
commit
0261abf27c
1 changed files with 6 additions and 0 deletions
|
@ -77,6 +77,12 @@ prepare() {
|
|||
build() {
|
||||
cd $_jfxdir
|
||||
|
||||
_FIXWERROR="-Wno-error=incompatible-pointer-types"
|
||||
CFLAGS+=" ${_FIXWERROR}"
|
||||
CXXFLAGS+=" ${_FIXWERROR}"
|
||||
export CFLAGS
|
||||
export CXXFLAGS
|
||||
|
||||
# Build with openjdk-(current version minus 1)
|
||||
export PATH="/usr/lib/jvm/java-$((${pkgver%%.*}-1))-openjdk/bin/:$PATH"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue