Merge pull request #2116 from pullmoll/libraw1394
libraw1394: unbreak musl
This commit is contained in:
commit
6c895bbc1e
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libraw1394'
|
||||
pkgname=libraw1394
|
||||
version=2.1.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
short_desc="Provides an API to the Linux IEEE1394 (FireWire) driver"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
|
@ -10,6 +10,9 @@ license="LGPL-2.1"
|
|||
distfiles="${KERNEL_SITE}/libs/ieee1394/${pkgname}-${version}.tar.xz"
|
||||
checksum=1bab9780189f9d1eb4e973df12679c04f979c21e024240fc98e536ff5b680ee9
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl) CFLAGS="-D__uint32_t=uint32_t"
|
||||
esac
|
||||
libraw1394-devel_package() {
|
||||
depends="${sourcepkg}-${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
|
|
Loading…
Reference in New Issue