diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-05-30 14:05:02 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-05-30 14:05:02 +0000 |
commit | 3934fd022577803f5205e341e8b03fb2c8e06923 (patch) | |
tree | fe626c3a3c9685bd186782a047d432d2eecdcc60 /main/freeswitch/APKBUILD | |
parent | 58a606fcd7c7e0b17c5e682de940e7bdff707290 (diff) | |
download | aports-3934fd022577803f5205e341e8b03fb2c8e06923.tar.bz2 aports-3934fd022577803f5205e341e8b03fb2c8e06923.tar.xz |
main/freeswitch: disable. does not build with musl
Diffstat (limited to 'main/freeswitch/APKBUILD')
-rw-r--r-- | main/freeswitch/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/freeswitch/APKBUILD b/main/freeswitch/APKBUILD index 6717e302cf..fc9ad1fb5a 100644 --- a/main/freeswitch/APKBUILD +++ b/main/freeswitch/APKBUILD @@ -6,7 +6,7 @@ pkgver=1.4.0 pkgrel=2 pkgdesc="A communications platform written in C from the ground up" url="http://www.freeswitch.org" -arch="all" +arch="" license="GPL" depends="" pkgusers="freeswitch" |