aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ices2
diff options
context:
space:
mode:
Diffstat (limited to 'testing/ices2')
-rw-r--r--testing/ices2/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/ices2/APKBUILD b/testing/ices2/APKBUILD
index 2617f446d3..154513999a 100644
--- a/testing/ices2/APKBUILD
+++ b/testing/ices2/APKBUILD
@@ -3,7 +3,7 @@
pkgname=ices2
_pkgname=ices
pkgver=2.0.1
-pkgrel=2
+pkgrel=3
pkgdesc="source client for broadcasting in Ogg Vorbis format to an icecast2 server."
url="http://icecast.org/ices.php"
arch="all"
@@ -18,7 +18,8 @@ _builddir=$srcdir/$_pkgname-$pkgver
build() {
cd "$_builddir"
./configure --prefix=/usr \
- --disable-sun-audio
+ --disable-sun-audio \
+ --enable-alsa
make || return 1
}
package() {