Skip to content

Commit

Permalink
media-sound/patchage: Fix building with latest glibmm/libsigc++
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.26
  • Loading branch information
pacho2 committed Dec 23, 2015
1 parent 9e1e17f commit e5c4b5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion media-sound/patchage/patchage-0.5.0-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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") \
Expand Down

0 comments on commit e5c4b5f

Please sign in to comment.