From b3b34336132036c7d4d36e42bb5fa34cb0256e96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sun, 25 Oct 2015 12:09:49 +0100 Subject: [PATCH] liblangtag: fix typo and cross armv[67]l-musl --- srcpkgs/liblangtag/template | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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() {