v4l-utils: use argp-standalone on musl.

This commit is contained in:
Juan RP 2015-05-08 11:35:23 +02:00
parent 736e4b7989
commit 706f8eeaf4

View file

@ -14,6 +14,10 @@ license="GPL-2, LGPL-2.1"
distfiles="http://linuxtv.org/downloads/$pkgname/$pkgname-$version.tar.bz2"
checksum=164abf5c1befcd27e8e6ef824a82d4015bdfb5d99ae82daa00e77d895ff9864c
case "$XBPS_TARGET_MACHINE" in
*-musl) makedepends+=" argp-standalone"; LDFLAGS="-largp";;
esac
pre_configure() {
libtoolize -f
}