receivemidi: fix armv6*

This commit is contained in:
Duncaen 2023-07-21 23:28:40 +02:00
parent f4dfaa0fe6
commit 466ee9db2c
No known key found for this signature in database
GPG Key ID: 335C1D17EC3D6E35

View File

@ -15,6 +15,10 @@ changelog="https://github.com/gbevin/ReceiveMIDI/releases"
distfiles="https://github.com/gbevin/ReceiveMIDI/archive/refs/tags/${version}.tar.gz"
checksum=54697ad1a723eea5e3f19ec3bf153795e765b278953dde8be7f350001637bc0a
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