Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTasos Sahanidis <tasos@tasossah.com>2024-04-07 17:07:15 +0300
committerTasos Sahanidis <tasos@tasossah.com>2024-04-07 17:07:18 +0300
commit334d28556345e38b4a71d4d6f9f855007341123f (patch)
treefdcdd461b7f7e70730afd59f8eeca0b59a4dcc7e
parent602487f8e40cb4fa74577e4c5bfa6135e7ffaac7 (diff)
extra/mesa: Re-enable Rust
-rw-r--r--extra/mesa/PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/extra/mesa/PKGBUILD b/extra/mesa/PKGBUILD
index ed5563a8..0705c7b8 100644
--- a/extra/mesa/PKGBUILD
+++ b/extra/mesa/PKGBUILD
@@ -60,9 +60,8 @@ if [ "$CARCH" = 'i486' ]; then
)"
fi
-# disable rust stuff on i486 (disable for i686/pentium4 too for now as
-# rust is broken there and cannot be rebuilt)
-#if [ "$CARCH" = 'i486' ]; then
+# disable rust stuff on i486
+if [ "$CARCH" = 'i486' ]; then
eval "$(
declare -f build | \
sed '
@@ -77,7 +76,7 @@ fi
)"
makedepends=(${makedepends[@]//rust-bindgen/})
makedepends=(${makedepends[@]//rust/})
-#fi
+fi
# this just fails and annoys me
eval "$(