gtkmm2: relibtoolize to unbreak cross.

This commit is contained in:
Juan RP 2015-05-18 19:11:00 +02:00
parent ef5bb59dfc
commit e61b9a144d

View file

@ -5,7 +5,7 @@ revision=3
wrksrc=gtkmm-${version}
build_style=gnu-configure
configure_args="--disable-static --disable-documentation"
hostmakedepends="pkg-config"
hostmakedepends="libtool pkg-config"
makedepends="gtk+-devel libsigc++-devel atkmm-devel pangomm-devel libXcursor-devel"
short_desc="C++ bindings for The GTK+ toolkit (v2)"
homepage="http://www.gtkmm.org/"
@ -14,6 +14,9 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
distfiles="${GNOME_SITE}/gtkmm/2.24/gtkmm-$version.tar.xz"
checksum=443a2ff3fcb42a915609f1779000390c640a6d7fd19ad8816e6161053696f5ee
pre_configure() {
libtoolize -f
}
pre_install() {
sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
}