sox: fix for musl.

This commit is contained in:
Christian Neukirchen 2015-05-20 20:20:30 +02:00
parent b69e01c0de
commit fb6038cf7b

View file

@ -1,7 +1,7 @@
# Template file for 'sox'
pkgname=sox
version=14.4.2
revision=1
revision=2
build_style=gnu-configure
configure_args="--with-distro=Void"
hostmakedepends="pkg-config"
@ -14,6 +14,9 @@ homepage="http://sox.sourceforge.net/"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2"
checksum=81a6956d4330e75b5827316e44ae381e6f1e8928003c6aa45896da9041ea149c
post_extract() {
sed -i '/error FIX NEEDED HERE/d' src/formats.c
}
sox-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" -- development files"