gtkmm2: rebuild for arm/musl symbol versioning
This commit is contained in:
parent
d9f8bd3abc
commit
b1f9f2c385
1 changed files with 4 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
|||
# Template build file for 'gtkmm'.
|
||||
# Template file for 'gtkmm2'
|
||||
pkgname=gtkmm2
|
||||
version=2.24.4
|
||||
revision=4
|
||||
wrksrc=gtkmm-${version}
|
||||
revision=5
|
||||
wrksrc="gtkmm-${version}"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --disable-documentation"
|
||||
hostmakedepends="mm-common libtool pkg-config"
|
||||
|
@ -11,7 +11,7 @@ short_desc="C++ bindings for The GTK+ toolkit (v2)"
|
|||
homepage="http://www.gtkmm.org/"
|
||||
license="LGPL-2.1"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
distfiles="${GNOME_SITE}/gtkmm/2.24/gtkmm-$version.tar.xz"
|
||||
distfiles="${GNOME_SITE}/gtkmm/${version%.*}/gtkmm-${version}.tar.xz"
|
||||
checksum=443a2ff3fcb42a915609f1779000390c640a6d7fd19ad8816e6161053696f5ee
|
||||
|
||||
CXXFLAGS="-std=c++11"
|
||||
|
|
Loading…
Reference in a new issue