summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-07-19 13:45:28 +0000
committerAndreas Baumann <mail@andreasbaumann.cc>2018-07-19 13:45:28 +0000
commit18687bb90c15676d8db5c73d8f2bdcd4f1275f72 (patch)
tree05dc9232b3a8bf260552b7eee791c8aab7154397 /core
parent7c48e3e8dfff2a52c8dd5800e60e13cbd0ec9199 (diff)
downloadpackages-18687bb90c15676d8db5c73d8f2bdcd4f1275f72.tar.xz
core/libidn2: added i486-specific patch
Diffstat (limited to 'core')
-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