glibmm: fix for libtool>=2.4.6
This commit is contained in:
parent
2b4cd65c47
commit
213fbc70c6
|
@ -1,9 +1,9 @@
|
||||||
# Template build file for 'glibmm'
|
# Template build file for 'glibmm'
|
||||||
pkgname=glibmm
|
pkgname=glibmm
|
||||||
version=2.46.1
|
version=2.46.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config intltool libtool glib-devel"
|
hostmakedepends="automake pkg-config intltool libtool glib-devel mm-common gtk-doc"
|
||||||
makedepends="libglib-devel libsigc++-devel"
|
makedepends="libglib-devel libsigc++-devel"
|
||||||
short_desc="C++ bindings for GLib"
|
short_desc="C++ bindings for GLib"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
|
@ -13,7 +13,7 @@ distfiles="${GNOME_SITE}/glibmm/${version%.*}/glibmm-$version.tar.xz"
|
||||||
checksum=9647e596c1081d2ea202bd3da2824ec2ea359498fa86eb59a55b1b307dd8c4aa
|
checksum=9647e596c1081d2ea202bd3da2824ec2ea359498fa86eb59a55b1b307dd8c4aa
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
libtoolize -f
|
autoreconf -if
|
||||||
}
|
}
|
||||||
|
|
||||||
glibmm-devel_package() {
|
glibmm-devel_package() {
|
||||||
|
|
Loading…
Reference in New Issue