From 002701d0077ce3ce806ffba7d19c477dbb669300 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 8 May 2021 21:25:39 +0200 Subject: extra/geocode-glib: added libsoup on i486 --- extra/geocode-glib/PKGBUILD | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 extra/geocode-glib/PKGBUILD (limited to 'extra') 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 -- cgit v1.2.3-54-g00ecf