liblangtag: fix typo and cross armv[67]l-musl
This commit is contained in:
parent
93f432a83d
commit
b3b3433613
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'liblangtag'
|
# Template file for 'liblangtag'
|
||||||
pkgname=liblangtag
|
pkgname=liblangtag
|
||||||
version=0.5.7
|
version=0.5.7
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="Interface library to access tags for identifying languages"
|
short_desc="Interface library to access tags for identifying languages"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
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"
|
distfiles="https://bitbucket.org/tagoh/${pkgname}/downloads/${pkgname}-${version}.tar.bz2"
|
||||||
makedepends="libxml2-devel"
|
makedepends="libxml2-devel"
|
||||||
hostmakedepends="automake libtool pkg-config gobject-introspection"
|
hostmakedepends="automake libtool pkg-config gobject-introspection"
|
||||||
configure_args="$(vopt_enable gir instrospection)"
|
configure_args="$(vopt_enable gir introspection)"
|
||||||
checksum=f2b20d7b66c37e3be73feb67831195e5db16d0bb7df0d05c2e4bb96c4deb11cf
|
checksum=f2b20d7b66c37e3be73feb67831195e5db16d0bb7df0d05c2e4bb96c4deb11cf
|
||||||
|
|
||||||
build_options="gir"
|
build_options="gir"
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
if [ -z "$CROSS_BUILD" ]; then
|
||||||
build_options_default="gir"
|
build_options_default="gir"
|
||||||
|
else
|
||||||
|
# Avoid non-working tests for va_copy
|
||||||
|
configure_args+=" ac_cv_va_copy=C99"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
|
|
Loading…
Reference in New Issue