mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 22:27:02 +02:00
sendmidi: fix armv6*
This commit is contained in:
parent
466ee9db2c
commit
2b5cbf7ecf
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,10 @@ changelog="https://github.com/gbevin/SendMIDI/releases"
|
|||
distfiles="https://github.com/gbevin/SendMIDI/archive/refs/tags/${version}.tar.gz"
|
||||
checksum=3fb3d16ee14784e057e633b6e57fede33ac291d9af85942106fde8b431e15740
|
||||
|
||||
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||
makedepends+=" libatomic-devel"
|
||||
fi
|
||||
|
||||
post_patch() {
|
||||
if [ -z "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||
vsed -e 's/-latomic//g' -i Makefile
|
||||
|
|
Loading…
Add table
Reference in a new issue