mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
ganv: fix build
This commit is contained in:
parent
dfc3d7cffa
commit
03561907ef
1 changed files with 3 additions and 1 deletions
|
@ -3,7 +3,7 @@ pkgname=ganv
|
||||||
version=1.4.2
|
version=1.4.2
|
||||||
revision=2
|
revision=2
|
||||||
build_style=waf
|
build_style=waf
|
||||||
hostmakedepends="pkg-config python"
|
hostmakedepends="glib-devel pkg-config python"
|
||||||
makedepends="gtkmm2-devel"
|
makedepends="gtkmm2-devel"
|
||||||
short_desc="Gtk widget for interactive 'boxes and lines'"
|
short_desc="Gtk widget for interactive 'boxes and lines'"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
|
@ -13,6 +13,8 @@ distfiles="http://download.drobilla.net/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=145028ade1567f258de6ad58ad0f7941646208d261028a9b74eb61126e2dfa3c
|
checksum=145028ade1567f258de6ad58ad0f7941646208d261028a9b74eb61126e2dfa3c
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
||||||
|
CXXFLAGS="-std=c++11"
|
||||||
|
|
||||||
ganv-devel_package() {
|
ganv-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