summaryrefslogtreecommitdiff
path: root/community/kea/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/kea/PKGBUILD')
-rw-r--r--community/kea/PKGBUILD19
1 files changed, 0 insertions, 19 deletions
diff --git a/community/kea/PKGBUILD b/community/kea/PKGBUILD
deleted file mode 100644
index 1d5103ad..00000000
--- a/community/kea/PKGBUILD
+++ /dev/null
@@ -1,19 +0,0 @@
-# on i486, mariadb is unavailable for quite some time, now
-
-depends=(${depends[@]//mariadb-libs/})
-depends_pentium4+=(mariadb-libs)
-depends_i686+=(mariadb-libs)
-
-eval "$(
- declare -f build \
- | sed '
- /configure/ {
- h
- s/^/[ "$CARCH" = i486 ] || /
- p
- g
- s/^/[ "$CARCH" != i486 ] || /
- s/--with-mysql/--without-mysql/
- }
- '
-)"