From 94b3b48ded581fad4ec98a53de9f44ee49b009ba Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 13 Jun 2017 09:58:29 +0200 Subject: [PATCH] bijiben: fix 32bit build --- srcpkgs/bijiben/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/srcpkgs/bijiben/template b/srcpkgs/bijiben/template index d1c52932bf6..9b1f525fca6 100644 --- a/srcpkgs/bijiben/template +++ b/srcpkgs/bijiben/template @@ -1,7 +1,7 @@ # Template file for 'bijiben' pkgname=bijiben version=3.24.0 -revision=1 +revision=2 build_style=gnu-configure configure_args="--disable-update-mimedb" hostmakedepends="pkg-config intltool itstool gobject-introspection" @@ -17,3 +17,5 @@ homepage="http://live.gnome.org/Apps/Bijiben" license="GPL-2" distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz" checksum=2582c083e18b51c1c5743376c2adc1f8c68a1b912d14171a9d655ffe3d31abb6 +# https://bugzilla.gnome.org/show_bug.cgi?id=783714 +configure_args+=" --disable-Werror"