zerofree: fix musl build
This commit is contained in:
parent
fcd8af007a
commit
ed7dc138cd
|
@ -11,6 +11,10 @@ homepage="https://frippery.org/uml/index.html"
|
||||||
distfiles="https://frippery.org/uml/${pkgname}-${version}.tgz"
|
distfiles="https://frippery.org/uml/${pkgname}-${version}.tgz"
|
||||||
checksum=a7f9e293961eb653df55cf54774f2036924f31019814ead5554c393eecae6838
|
checksum=a7f9e293961eb653df55cf54774f2036924f31019814ead5554c393eecae6838
|
||||||
|
|
||||||
|
post_extract() {
|
||||||
|
sed -i "16i#include <sys/stat.h>" zerofree.c
|
||||||
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin $pkgname
|
vbin $pkgname
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue