summaryrefslogtreecommitdiff
path: root/core/p11-kit/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'core/p11-kit/PKGBUILD')
-rw-r--r--core/p11-kit/PKGBUILD11
1 files changed, 0 insertions, 11 deletions
diff --git a/core/p11-kit/PKGBUILD b/core/p11-kit/PKGBUILD
deleted file mode 100644
index 22f7065f..00000000
--- a/core/p11-kit/PKGBUILD
+++ /dev/null
@@ -1,11 +0,0 @@
-# 486-specific
-if [ "${CARCH}" = "i486" ]; then
- # no gtk yet
- makedepends=(${makedepends[@]//gtk-doc/})
- eval "$(
- declare -f build | \
- sed '
- s@--enable-doc@--disable-doc@
- '
- )"
-fi