mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 09:22:57 +02:00
libglademm: set c++11 mode for libsigc++
This commit is contained in:
parent
66c352298b
commit
67ac555505
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'libglademm'.
|
# Template build file for 'libglademm'.
|
||||||
pkgname=libglademm
|
pkgname=libglademm
|
||||||
version=2.6.7
|
version=2.6.7
|
||||||
revision=4
|
revision=5
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="gtkmm2-devel libglade-devel"
|
makedepends="gtkmm2-devel libglade-devel"
|
||||||
|
@ -12,6 +12,8 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
distfiles="${GNOME_SITE}/$pkgname/2.6/$pkgname-$version.tar.bz2"
|
distfiles="${GNOME_SITE}/$pkgname/2.6/$pkgname-$version.tar.bz2"
|
||||||
checksum=38543c15acf727434341cc08c2b003d24f36abc22380937707fc2c5c687a2bc3
|
checksum=38543c15acf727434341cc08c2b003d24f36abc22380937707fc2c5c687a2bc3
|
||||||
|
|
||||||
|
CXXFLAGS="-std=c++11"
|
||||||
|
|
||||||
libglademm-devel_package() {
|
libglademm-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" -- development files"
|
short_desc+=" -- development files"
|
||||||
|
|
Loading…
Add table
Reference in a new issue