libchamplain: fix for libtool>=2.4.6
This commit is contained in:
parent
70085764e2
commit
f1faf02d82
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'libchamplain'
|
||||
pkgname=libchamplain
|
||||
version=0.12.11
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="$(vopt_enable gir introspection) --disable-static"
|
||||
hostmakedepends="libtool pkg-config intltool glib-devel $(vopt_if gir gobject-introspection)"
|
||||
hostmakedepends="automake libtool pkg-config intltool glib-devel $(vopt_if gir gobject-introspection)"
|
||||
makedepends="libsoup-gnome-devel gtk+3-devel clutter-gtk-devel sqlite-devel"
|
||||
short_desc="Library aimed to provide a Clutter widget to display rasterized maps"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
|
@ -22,7 +22,7 @@ if [ -z "$CROSS_BUILD" ]; then
|
|||
fi
|
||||
|
||||
pre_configure() {
|
||||
libtoolize -f
|
||||
autoreconf -if
|
||||
}
|
||||
|
||||
libchamplain-devel_package() {
|
||||
|
|
Loading…
Reference in a new issue