qjackctl: nocross

This commit is contained in:
Michael Gehring 2017-04-29 12:44:43 +02:00
parent 33d4438edb
commit a7ebbd73a5

View File

@ -14,6 +14,8 @@ homepage="http://qjackctl.sourceforge.net"
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
checksum=c50da569ec8466ac6cc72c65e2d8212eb9c40149daed0a10fb7795ff9ddc4ab7
nocross="https://build.voidlinux.eu/builders/armv6l-musl_builder/builds/2366/steps/shell_3/logs/stdio"
post_extract() {
sed -i '21i#include <unistd.h> // gethostname()' src/qjackctl.cpp
}