logstalgia: armv[67] broken
This commit is contained in:
parent
b0b1e7d4a8
commit
c4da6a1e42
|
@ -12,3 +12,11 @@ license="GPL-3"
|
||||||
homepage="https://github.com/acaudwell/Logstalgia/"
|
homepage="https://github.com/acaudwell/Logstalgia/"
|
||||||
distfiles="$homepage/releases/download/$pkgname-$version/$pkgname-$version.tar.gz"
|
distfiles="$homepage/releases/download/$pkgname-$version/$pkgname-$version.tar.gz"
|
||||||
checksum=32e05fc601d48993749665e47d553ae8ab2190c7ec5350c1fe562fcf9638388a
|
checksum=32e05fc601d48993749665e47d553ae8ab2190c7ec5350c1fe562fcf9638388a
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
armv[67]*)
|
||||||
|
# configure: error: SDL2_image with PNG support required.
|
||||||
|
broken="https://build.voidlinux.eu/builders/armv7l_builder/builds/5100/steps/shell_3/logs/stdio"
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue