projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e1e17f
)
media-sound/patchage: Fix building with latest glibmm/libsigc++
author
Pacho Ramos
<pacho@gentoo.org>
Wed, 23 Dec 2015 10:52:02 +0000
(11:52 +0100)
committer
Pacho Ramos
<pacho@gentoo.org>
Wed, 23 Dec 2015 10:58:56 +0000
(11:58 +0100)
Package-Manager: portage-2.2.26
media-sound/patchage/patchage-0.5.0-r1.ebuild
patch
|
blob
|
history
diff --git
a/media-sound/patchage/patchage-0.5.0-r1.ebuild
b/media-sound/patchage/patchage-0.5.0-r1.ebuild
index cbe96544f6f9a68f688bc00a039452315f6ebd07..274aa0c02bf0ad841cda4356e8dd604ad576c177 100644
(file)
--- a/
media-sound/patchage/patchage-0.5.0-r1.ebuild
+++ b/
media-sound/patchage/patchage-0.5.0-r1.ebuild
@@
-6,7
+6,7
@@
EAPI=5
PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE='threads(+)'
-inherit eutils waf-utils python-any-r1
+inherit eutils
flag-o-matic
waf-utils python-any-r1
DESCRIPTION="Modular patch bay for audio and MIDI systems"
HOMEPAGE="http://wiki.drobilla.net/Patchage"
@@
-38,6
+38,7
@@
src_prepare() {
}
src_configure() {
+ append-cxxflags -std=c++11
waf-utils_src_configure \
$(use debug && echo "--debug") \
$(use alsa || echo "--no-alsa") \