liblangtag: fix typo and cross armv[67]l-musl

This commit is contained in:
Jürgen Buchmüller 2015-10-25 12:09:49 +01:00
parent 93f432a83d
commit b3b3433613

View file

@ -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 <gottox@voidlinux.eu>"
@ -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() {