mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
libavc1394: fix musl
This commit is contained in:
parent
7e7a85175e
commit
814244f3fc
1 changed files with 7 additions and 0 deletions
|
@ -12,6 +12,13 @@ homepage="http://sourceforge.net/projects/libavc1394/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/libavc1394/${pkgname}-${version}.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/libavc1394/${pkgname}-${version}.tar.gz"
|
||||||
checksum=7cb1ff09506ae911ca9860bef4af08c2403f3e131f6c913a2cbd6ddca4215b53
|
checksum=7cb1ff09506ae911ca9860bef4af08c2403f3e131f6c913a2cbd6ddca4215b53
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
*-musl) # Requires argp functions
|
||||||
|
makedepends+=" argp-standalone"
|
||||||
|
LDFLAGS="-largp"
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
libavc1394-devel_package() {
|
libavc1394-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Add table
Reference in a new issue