From 9cd7d915dcc1bf48c41dc668f4b5469567d403f7 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 25 Feb 2023 08:37:10 +0100 Subject: extra/libjpeg-turbo: disabled java bindings on i486 for now --- extra/libjpeg-turbo/PKGBUILD | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'extra/libjpeg-turbo') diff --git a/extra/libjpeg-turbo/PKGBUILD b/extra/libjpeg-turbo/PKGBUILD index 717e9506..ad9cdef4 100644 --- a/extra/libjpeg-turbo/PKGBUILD +++ b/extra/libjpeg-turbo/PKGBUILD @@ -7,4 +7,14 @@ if [ "${CARCH}" = "i486" ]; then cmake_options+=(-DWITH_SIMD=0) ' )" + + # Java broken on i486 temporarily + makedepends=(${makedepends[@]//java-environment>11/}) + eval "$( + declare -f build | \ + sed ' + /local cmake_options/ a \ + cmake_options+=(-DWITH_JAVA=0) + ' + )" fi -- cgit v1.2.3-54-g00ecf