diff --git a/srcpkgs/liblangtag/template b/srcpkgs/liblangtag/template index 94e1ac8101f..cbb4cf8ccbc 100644 --- a/srcpkgs/liblangtag/template +++ b/srcpkgs/liblangtag/template @@ -1,7 +1,7 @@ # Template file for 'liblangtag' pkgname=liblangtag version=0.5.7 -revision=2 +revision=3 build_style=gnu-configure short_desc="Interface library to access tags for identifying languages" maintainer="Enno Boland " @@ -10,12 +10,15 @@ homepage="http://tagoh.bitbucket.org/liblangtag" distfiles="https://bitbucket.org/tagoh/${pkgname}/downloads/${pkgname}-${version}.tar.bz2" makedepends="libxml2-devel" hostmakedepends="automake libtool pkg-config gobject-introspection" -configure_args="$(vopt_enable gir instrospection)" +configure_args="$(vopt_enable gir introspection)" checksum=f2b20d7b66c37e3be73feb67831195e5db16d0bb7df0d05c2e4bb96c4deb11cf build_options="gir" if [ -z "$CROSS_BUILD" ]; then build_options_default="gir" +else + # Avoid non-working tests for va_copy + configure_args+=" ac_cv_va_copy=C99" fi pre_configure() {