aboutsummaryrefslogtreecommitdiffstats
path: root/main/darkice
diff options
context:
space:
mode:
Diffstat (limited to 'main/darkice')
-rw-r--r--main/darkice/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/darkice/APKBUILD b/main/darkice/APKBUILD
index 4a57e20b4..1d7593295 100644
--- a/main/darkice/APKBUILD
+++ b/main/darkice/APKBUILD
@@ -8,11 +8,10 @@ url="http://code.google.com/p/darkice/"
arch="all"
license="GPL3"
depends=
-depends_dev="alsa-lib-dev faac-dev lame-dev libvorbis-dev"
-makedepends="$depends_dev"
+makedepends="alsa-lib-dev faac-dev lame-dev libvorbis-dev"
install=""
subpackages="$pkgname-doc"
-source="http://darkice.googlecode.com/files/$pkgname-$pkgver.tar.gz
+source="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/$pkgname/$pkgname-$pkgver.tar.gz
darkice.initd
darkice.confd"
@@ -25,6 +24,7 @@ prepare() {
build() {
cd "$_builddir"
+ CPPFLAGS="$CPPFLAGS -fpermissive" \
./configure \
--build=$CBUILD \
--host=$CHOST \