index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Tasos Sahanidis <tasos@tasossah.com> | 2024-04-07 17:07:15 +0300 |
---|---|---|
committer | Tasos Sahanidis <tasos@tasossah.com> | 2024-04-07 17:07:18 +0300 |
commit | 334d28556345e38b4a71d4d6f9f855007341123f (patch) | |
tree | fdcdd461b7f7e70730afd59f8eeca0b59a4dcc7e /extra | |
parent | 602487f8e40cb4fa74577e4c5bfa6135e7ffaac7 (diff) |
-rw-r--r-- | extra/mesa/PKGBUILD | 7 |
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 "$( |