pd: update to 0.51.0.
This commit is contained in:
parent
40d782a65c
commit
9ec8bc4b72
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'pd'
|
# Template file for 'pd'
|
||||||
pkgname=pd
|
pkgname=pd
|
||||||
version=0.50.2
|
version=0.51.0
|
||||||
revision=1
|
revision=1
|
||||||
_ver=${version%.*}-${version##*.}
|
_ver=${version%.*}-${version##*.}
|
||||||
wrksrc="$pkgname-$_ver"
|
wrksrc="$pkgname-$_ver"
|
||||||
|
@ -14,7 +14,7 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://puredata.info"
|
homepage="https://puredata.info"
|
||||||
distfiles="http://msp.ucsd.edu/Software/pd-$_ver.src.tar.gz"
|
distfiles="http://msp.ucsd.edu/Software/pd-$_ver.src.tar.gz"
|
||||||
checksum=e55df806dafc79f1ee26bfdfc3526c6d223d7bcff6ea1e7c0fda7de0a5c9e637
|
checksum=fa9a2f699422e88ce17fdc22367152d101d5ef2074591801e8fd40e22424fb63
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
*-musl) # Causes pd to fail if qsort is used without thread local storage.
|
*-musl) # Causes pd to fail if qsort is used without thread local storage.
|
||||||
CFLAGS="-DMICROSOFT_STUPID_SORT" ;;
|
CFLAGS="-DMICROSOFT_STUPID_SORT" ;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue