gtkmm: fix for libtool>=2.4.6
This commit is contained in:
parent
c36cbc4da5
commit
afbeba04d4
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
|||
# Template build file for 'gtkmm'.
|
||||
pkgname=gtkmm
|
||||
version=3.18.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-documentation"
|
||||
hostmakedepends="libtool pkg-config"
|
||||
hostmakedepends="automake libtool pkg-config mm-common"
|
||||
makedepends="gtk+3-devel glibmm-devel atkmm-devel pangomm-devel"
|
||||
short_desc="C++ bindings for The GTK+ toolkit (v2)"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
|
@ -14,7 +14,7 @@ distfiles="${GNOME_SITE}/gtkmm/${version%.*}/gtkmm-$version.tar.xz"
|
|||
checksum=829fa113daed74398c49c3f2b7672807f58ba85d0fa463f5bc726e1b0138b86b
|
||||
|
||||
pre_configure() {
|
||||
libtoolize -f
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
}
|
||||
|
||||
gtkmm-devel_package() {
|
||||
|
|
Loading…
Reference in a new issue