index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | extra/geocode-glib/PKGBUILD | 5 |
diff --git a/extra/geocode-glib/PKGBUILD b/extra/geocode-glib/PKGBUILD new file mode 100644 index 00000000..ecc7daf7 --- /dev/null +++ b/extra/geocode-glib/PKGBUILD @@ -0,0 +1,5 @@ +# temporarility we have to add libsoup by hand on i486 +# (TODO: there is a library below not including it..) +if [ "$CARCH" = 'i486' ]; then + makedepends+=(libsoup) +fi |