mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
pd: update to 0.51.2.
This commit is contained in:
parent
a98e069f4d
commit
b6bc090399
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.51.0
|
version=0.51.2
|
||||||
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=fa9a2f699422e88ce17fdc22367152d101d5ef2074591801e8fd40e22424fb63
|
checksum=b09ad89ad6f419b410644ef7d8dcf34459d21a7ab61a593244ecfaae2ca3f3c9
|
||||||
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
Reference in a new issue