mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
gtkmm2: relibtoolize to unbreak cross.
This commit is contained in:
parent
ef5bb59dfc
commit
e61b9a144d
1 changed files with 4 additions and 1 deletions
|
@ -5,7 +5,7 @@ revision=3
|
||||||
wrksrc=gtkmm-${version}
|
wrksrc=gtkmm-${version}
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --disable-documentation"
|
configure_args="--disable-static --disable-documentation"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="libtool pkg-config"
|
||||||
makedepends="gtk+-devel libsigc++-devel atkmm-devel pangomm-devel libXcursor-devel"
|
makedepends="gtk+-devel libsigc++-devel atkmm-devel pangomm-devel libXcursor-devel"
|
||||||
short_desc="C++ bindings for The GTK+ toolkit (v2)"
|
short_desc="C++ bindings for The GTK+ toolkit (v2)"
|
||||||
homepage="http://www.gtkmm.org/"
|
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"
|
distfiles="${GNOME_SITE}/gtkmm/2.24/gtkmm-$version.tar.xz"
|
||||||
checksum=443a2ff3fcb42a915609f1779000390c640a6d7fd19ad8816e6161053696f5ee
|
checksum=443a2ff3fcb42a915609f1779000390c640a6d7fd19ad8816e6161053696f5ee
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
libtoolize -f
|
||||||
|
}
|
||||||
pre_install() {
|
pre_install() {
|
||||||
sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
|
sed -i -e 's/^doc_subdirs/#doc_subdirs/' Makefile
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue