From 8d1800ea5d3b5f4b6d609ac9ea0f21b6925021e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Ter=C3=A4s?= Date: Wed, 2 Nov 2016 15:57:10 +0200 Subject: main/darkice: fix source, makedepends and build --- main/darkice/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'main/darkice') 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 \ -- cgit v1.2.3