summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-05-08 21:25:39 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2021-05-08 21:25:39 +0200
commit002701d0077ce3ce806ffba7d19c477dbb669300 (patch)
tree4235a058651d593dc47f1ebb1d246849b61f96d4 /extra
parent26d630708f2458fa17729947733f7f5190fd61a0 (diff)
downloadpackages-002701d0077ce3ce806ffba7d19c477dbb669300.tar.xz
extra/geocode-glib: added libsoup on i486
Diffstat (limited to 'extra')
-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