From 1fb165b1fd46f0a745632c8520f06a5066516567 Mon Sep 17 00:00:00 2001 From: q66 Date: Thu, 2 Jan 2020 02:42:00 +0100 Subject: [PATCH] shotwell: fix build --- srcpkgs/shotwell/template | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/srcpkgs/shotwell/template b/srcpkgs/shotwell/template index a931bbd126..bb04b4f905 100644 --- a/srcpkgs/shotwell/template +++ b/srcpkgs/shotwell/template @@ -17,3 +17,9 @@ distfiles="${GNOME_SITE}/shotwell/${version%.*}/shotwell-${version}.tar.xz" checksum=345d4205760d26f54033d44cf1b778ed9d3fc964de71293bfd5034ff484631d5 lib32disabled=yes 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 +}