index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2020-04-29 19:30:59 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2020-04-29 19:30:59 +0200 |
commit | 064cc987958654e31c06b4338dd9c040aa98ec14 (patch) | |
tree | 7f9ced26bf8813a313d300b0461c2a23be2dd2bb /extra/gobject-introspection/PKGBUILD | |
parent | 0ef3f7c24b1e1151633d0cc337b6ebffc3f9a1a1 (diff) |
-rw-r--r-- | extra/gobject-introspection/PKGBUILD | 6 |
diff --git a/extra/gobject-introspection/PKGBUILD b/extra/gobject-introspection/PKGBUILD index 863d82d1..03a95084 100644 --- a/extra/gobject-introspection/PKGBUILD +++ b/extra/gobject-introspection/PKGBUILD @@ -8,8 +8,10 @@ if [ "${CARCH}" = "i486" ]; then eval "$( declare -f build | \ sed ' - s/-D cairo=true/-D cairo=false/ + s/arch-meson /arch-meson -D cairo=disabled / ' - )" + )" fi +# temporary +_glibver=2.64.2 |