bijiben: fix 32bit build
This commit is contained in:
parent
ec01de9146
commit
94b3b48ded
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'bijiben'
|
# Template file for 'bijiben'
|
||||||
pkgname=bijiben
|
pkgname=bijiben
|
||||||
version=3.24.0
|
version=3.24.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-update-mimedb"
|
configure_args="--disable-update-mimedb"
|
||||||
hostmakedepends="pkg-config intltool itstool gobject-introspection"
|
hostmakedepends="pkg-config intltool itstool gobject-introspection"
|
||||||
|
@ -17,3 +17,5 @@ homepage="http://live.gnome.org/Apps/Bijiben"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
||||||
checksum=2582c083e18b51c1c5743376c2adc1f8c68a1b912d14171a9d655ffe3d31abb6
|
checksum=2582c083e18b51c1c5743376c2adc1f8c68a1b912d14171a9d655ffe3d31abb6
|
||||||
|
# https://bugzilla.gnome.org/show_bug.cgi?id=783714
|
||||||
|
configure_args+=" --disable-Werror"
|
||||||
|
|
Loading…
Reference in a new issue