summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--extra/geocode-glib/PKGBUILD5
1 files changed, 5 insertions, 0 deletions
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