snoopy: fix cross compilation

Closes #9606.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
newbluemoon 2017-11-28 16:42:00 +01:00 committed by Enno Boland
parent cc1956150f
commit 079328b656

View file

@ -12,8 +12,6 @@ homepage="https://github.com/a2o/snoopy"
distfiles="http://source.a2o.si/download/snoopy/snoopy-${version}.tar.gz"
checksum=6442e1145a5cad725f6aae0887030ee3db34bafc40bbe3bb84da836cbb5f1569
nocross="http://build.voidlinux.eu/builders/armv7l_builder/builds/14486/steps/shell_3/logs/stdio"
pre_configure() {
find . -type f -name Makefile.in -exec sed -i 's| -Werror||' {} +
}