Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--extra/libjpeg-turbo/PKGBUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/extra/libjpeg-turbo/PKGBUILD b/extra/libjpeg-turbo/PKGBUILD
index ad9cdef4..e34411bb 100644
--- a/extra/libjpeg-turbo/PKGBUILD
+++ b/extra/libjpeg-turbo/PKGBUILD
@@ -8,6 +8,9 @@ if [ "${CARCH}" = "i486" ]; then
'
)"
+ # ctest ist broken on libexpat
+ unset check
+
# Java broken on i486 temporarily
makedepends=(${makedepends[@]//java-environment>11/})
eval "$(
@@ -15,6 +18,7 @@ if [ "${CARCH}" = "i486" ]; then
sed '
/local cmake_options/ a \
cmake_options+=(-DWITH_JAVA=0)
+ /strip-nondeterminism/d
'
)"
fi