summaryrefslogtreecommitdiffstats
path: root/main/libsndfile
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-04-29 14:03:34 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-04-29 14:03:34 +0000
commit81c0e0cd7676c1bdddfb5c9a39911d88a7c8e29c (patch)
tree0d8f792f1ec613430ae359f691a32e090172b90b /main/libsndfile
parent6cc45b3670854f95c07925aeb075adb2f5d585dc (diff)
downloadaports-81c0e0cd7676c1bdddfb5c9a39911d88a7c8e29c.tar.bz2
aports-81c0e0cd7676c1bdddfb5c9a39911d88a7c8e29c.tar.xz
main/libsndfile: linux-headers build fix
Diffstat (limited to 'main/libsndfile')
-rw-r--r--main/libsndfile/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/libsndfile/APKBUILD b/main/libsndfile/APKBUILD
index dff2d13b5..b3695be97 100644
--- a/main/libsndfile/APKBUILD
+++ b/main/libsndfile/APKBUILD
@@ -9,7 +9,7 @@ license="LGPL"
subpackages="$pkgname-dev $pkgname-doc"
depends=
depends_dev="flac-dev libvorbis-dev libogg-dev"
-makedepends="alsa-lib-dev $depends_dev"
+makedepends="linux-headers alsa-lib-dev $depends_dev"
source="http://www.mega-nerd.com/$pkgname/files/$pkgname-$pkgver.tar.gz"
_builddir="$srcdir/$pkgname-$pkgver"