libchamplain: fix for libtool>=2.4.6
This commit is contained in:
parent
70085764e2
commit
f1faf02d82
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'libchamplain'
|
# Template file for 'libchamplain'
|
||||||
pkgname=libchamplain
|
pkgname=libchamplain
|
||||||
version=0.12.11
|
version=0.12.11
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="$(vopt_enable gir introspection) --disable-static"
|
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"
|
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"
|
short_desc="Library aimed to provide a Clutter widget to display rasterized maps"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
|
@ -22,7 +22,7 @@ if [ -z "$CROSS_BUILD" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
libtoolize -f
|
autoreconf -if
|
||||||
}
|
}
|
||||||
|
|
||||||
libchamplain-devel_package() {
|
libchamplain-devel_package() {
|
||||||
|
|
Loading…
Reference in New Issue