libdca: add libm to LDFLAGS
When linking the pow(3) and log(3) functions are not found.
This commit is contained in:
parent
94e5d71af4
commit
62967ae6aa
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libdca'
|
||||
pkgname=libdca
|
||||
version=0.0.5
|
||||
revision=8
|
||||
revision=9
|
||||
build_style=gnu-configure
|
||||
short_desc="DTS Coherent Acoustics decoder"
|
||||
homepage="http://www.videolan.org/developers/libdca.html"
|
||||
|
@ -10,6 +10,8 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
distfiles="http://download.videolan.org/pub/videolan/$pkgname/$version/$pkgname-$version.tar.bz2"
|
||||
checksum=dba022e022109a5bacbe122d50917769ff27b64a7bba104bd38ced8de8510642
|
||||
|
||||
LDFLAGS="-lm"
|
||||
|
||||
post_install() {
|
||||
# Fix manpage links.
|
||||
cd ${DESTDIR}/usr/share/man/man1
|
||||
|
|
Loading…
Reference in New Issue
Block a user