GConf: fix for libtool>=2.4.6

This commit is contained in:
Jürgen Buchmüller 2015-10-24 17:29:06 +02:00
parent 024e688447
commit 9edbc4802e

View file

@ -1,13 +1,14 @@
# Template file for 'GConf'
pkgname=GConf
version=3.2.6
revision=6
revision=7
build_style=gnu-configure
configure_args="--without-openldap --enable-gtk --enable-defaults-service
--disable-orbit --enable-gsettings-backend --disable-static
--disable-orbit --enable-gsettings-backend --disable-static --disable-gtk-doc-html
$(vopt_enable gir introspection)"
conf_files="/etc/gconf/2/path"
hostmakedepends="libtool pkg-config intltool glib-devel $(vopt_if gir gobject-introspection)"
hostmakedepends="automake libtool pkg-config gettext-devel intltool gtk-doc
glib-devel gobject-introspection"
makedepends="gtk+3-devel dbus-glib-devel polkit-devel libxml2-devel"
depends="dconf"
short_desc="A process-transparent configuration system"
@ -26,7 +27,7 @@ if [ -z "$CROSS_BUILD" ]; then
fi
pre_configure() {
libtoolize -f
autoreconf -if
}
post_install() {