shotwell: fix build

This commit is contained in:
q66 2020-01-02 02:42:00 +01:00
parent 53386857b9
commit 1fb165b1fd
1 changed files with 6 additions and 0 deletions

View File

@ -17,3 +17,9 @@ distfiles="${GNOME_SITE}/shotwell/${version%.*}/shotwell-${version}.tar.xz"
checksum=345d4205760d26f54033d44cf1b778ed9d3fc964de71293bfd5034ff484631d5 checksum=345d4205760d26f54033d44cf1b778ed9d3fc964de71293bfd5034ff484631d5
lib32disabled=yes lib32disabled=yes
nocross="https://build.voidlinux.org/builders/armv7l-musl_builder/builds/20405/steps/shell_3/logs/stdio" nocross="https://build.voidlinux.org/builders/armv7l-musl_builder/builds/20405/steps/shell_3/logs/stdio"
post_extract() {
# because shotwell intelligently forces fatal warnings even for
# harmless stuff coming from the outside that we can do nothing about
vsed -i "/'--fatal-warnings'/d" meson.build
}