aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2020-04-30 19:43:26 +0200
committerRasmus Thomsen <oss@cogitri.dev>2020-04-30 19:44:39 +0200
commita0af9d27b213eac93380e778b954c5b63cdcce47 (patch)
tree985a4dc89dda2690a2cc34bf76aa36555793fbfc /main
parenta75ccd8a5b69915e3b7590a7f6523e3bc67d709e (diff)
downloadaports-a0af9d27b213eac93380e778b954c5b63cdcce47.tar.bz2
aports-a0af9d27b213eac93380e778b954c5b63cdcce47.tar.xz
main/freeswitch: disable, doesn't build with newer autotools versions
And upstream said they only support Debian...
Diffstat (limited to 'main')
-rw-r--r--main/freeswitch/APKBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/main/freeswitch/APKBUILD b/main/freeswitch/APKBUILD
index 640a339cc5..c44e4ce8f6 100644
--- a/main/freeswitch/APKBUILD
+++ b/main/freeswitch/APKBUILD
@@ -6,7 +6,9 @@ pkgver=1.8.7
pkgrel=1
pkgdesc="A communications platform written in C from the ground up"
url="http://www.freeswitch.org"
-arch="all"
+# Fails to build with more recent autotools versions and upstream only supports debian:
+# https://github.com/signalwire/freeswitch/issues/557
+arch=""
license="MPL-1.1"
makedepends="
bash