sox: fix for musl.
This commit is contained in:
parent
b69e01c0de
commit
fb6038cf7b
1 changed files with 4 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue