bijiben: fix 32bit build

This commit is contained in:
Enno Boland 2017-06-13 09:58:29 +02:00
parent ec01de9146
commit 94b3b48ded

View file

@ -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"