games-action/prismlauncher: fix live

Bug: https://bugs.gentoo.org/917072
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
This commit is contained in:
Andrew Ammerlaan
2024-03-14 20:34:17 +01:00
parent 642b27737c
commit 8f1ae9c8fa

View File

@@ -119,7 +119,7 @@ src_prepare() {
elog
elog "If you experience any problems, install an older java compiler"
elog "and select it with \"eselect java\", then recompile ${PN}."
eapply "${FILESDIR}/${P}-openjdk21.patch"
eapply "${FILESDIR}/${PN}-8.2-openjdk21.patch"
fi
sed -i -e 's/-Werror//' CMakeLists.txt || die 'Failed to remove -Werror via sed'