aboutsummaryrefslogtreecommitdiffstats
path: root/main/darkice
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2016-11-02 15:57:10 +0200
committerTimo Teräs <timo.teras@iki.fi>2016-11-02 15:57:10 +0200
commit8d1800ea5d3b5f4b6d609ac9ea0f21b6925021e3 (patch)
treec52996835e97e120386f54d2e4c3d9eaf7528a40 /main/darkice
parent73eb48fd7e2fae3651b33471a177457c2e56b337 (diff)
downloadaports-8d1800ea5d3b5f4b6d609ac9ea0f21b6925021e3.tar.bz2
aports-8d1800ea5d3b5f4b6d609ac9ea0f21b6925021e3.tar.xz
main/darkice: fix source, makedepends and build
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 \