libavc1394: fix musl
This commit is contained in:
parent
7e7a85175e
commit
814244f3fc
|
@ -12,6 +12,13 @@ homepage="http://sourceforge.net/projects/libavc1394/"
|
|||
distfiles="${SOURCEFORGE_SITE}/libavc1394/${pkgname}-${version}.tar.gz"
|
||||
checksum=7cb1ff09506ae911ca9860bef4af08c2403f3e131f6c913a2cbd6ddca4215b53
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl) # Requires argp functions
|
||||
makedepends+=" argp-standalone"
|
||||
LDFLAGS="-largp"
|
||||
;;
|
||||
esac
|
||||
|
||||
libavc1394-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
|
|
Loading…
Reference in New Issue
Block a user