rebuild geeqie
[oi-userland.git] / components / runtime / openjdk-8 / patches / 1001-jtreg-use-gmake.patch_1
blob444172fc98aa4284bd605634e8d93b1550ccf150
1 --- make/build.sh.orig  Sat Nov 12 19:01:28 2022
2 +++ make/build.sh       Sat Nov 12 19:01:36 2022
3 @@ -910,7 +910,7 @@
4  
5  # Build jtreg
6  cd "${ROOT}/make"
7 -make ANT="${ANT}"                                             \
8 +gmake -j${JOBS} ANT="${ANT}"                                  \
9       ANT_JAR="$(mixed_path "${ANT_JAR}")"                     \
10       ASMTOOLS_JAR="${ASMTOOLS_JAR}"                           \
11       ASMTOOLS_LICENSE="${ASMTOOLS_LICENSE}"                   \