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