Merge pull request #2698 from pullmoll/gtkmm2
gtkmm2: compile with -std=c++11
This commit is contained in:
commit
2cb658588f
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'gtkmm'.
|
||||
pkgname=gtkmm2
|
||||
version=2.24.4
|
||||
revision=3
|
||||
revision=4
|
||||
wrksrc=gtkmm-${version}
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --disable-documentation"
|
||||
|
@ -14,6 +14,8 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
distfiles="${GNOME_SITE}/gtkmm/2.24/gtkmm-$version.tar.xz"
|
||||
checksum=443a2ff3fcb42a915609f1779000390c640a6d7fd19ad8816e6161053696f5ee
|
||||
|
||||
CXXFLAGS="-std=c++11"
|
||||
|
||||
pre_configure() {
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue