summaryrefslogtreecommitdiff
path: root/core/libidn2/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-10-02 17:43:44 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2018-10-02 17:43:44 +0200
commit3cc2ce753625b5e53cf0c4b5221432147dfca98e (patch)
treea223db3cd9f42c21a95d552ac98cfc5330f5bc67 /core/libidn2/PKGBUILD
parenta1972ac4017520f36c1bf9a74e89486015ead22b (diff)
downloadpackages-3cc2ce753625b5e53cf0c4b5221432147dfca98e.tar.xz
core/libidn2: temporarily removed docu building for i486
Diffstat (limited to 'core/libidn2/PKGBUILD')
-rw-r--r--core/libidn2/PKGBUILD6
1 files changed, 6 insertions, 0 deletions
diff --git a/core/libidn2/PKGBUILD b/core/libidn2/PKGBUILD
new file mode 100644
index 00000000..e608d717
--- /dev/null
+++ b/core/libidn2/PKGBUILD
@@ -0,0 +1,6 @@
+# i486-specific
+if [ "${CARCH}" = "i486" ]; then
+ # remove dependency on gtk-doc and ruby-ronn
+ makedepends=(${makedepends[@]//gtk-doc/})
+ makedepends=(${makedepends[@]//ruby-ronn/})
+fi