projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f5dd57
)
media-sound/gejengel: Fix building with latest glibmm/libsigc++
author
Pacho Ramos
<pacho@gentoo.org>
Wed, 23 Dec 2015 20:10:52 +0000
(21:10 +0100)
committer
Pacho Ramos
<pacho@gentoo.org>
Wed, 23 Dec 2015 20:38:17 +0000
(21:38 +0100)
Package-Manager: portage-2.2.26
media-sound/gejengel/gejengel-0.1.4-r2.ebuild
patch
|
blob
|
history
diff --git
a/media-sound/gejengel/gejengel-0.1.4-r2.ebuild
b/media-sound/gejengel/gejengel-0.1.4-r2.ebuild
index c49ab01b64d6e3f01659109fb89868daca9114ce..79c795430b5cfea5d419337c3f25aebd48cc3f95 100644
(file)
--- a/
media-sound/gejengel/gejengel-0.1.4-r2.ebuild
+++ b/
media-sound/gejengel/gejengel-0.1.4-r2.ebuild
@@
-2,7
+2,7
@@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=
4
+EAPI=
5
inherit autotools eutils multilib flag-o-matic
DESCRIPTION="Lightweight audio player"
@@
-53,6
+53,7
@@
src_prepare() {
}
src_configure() {
+ append-cxxflags -std=c++11
econf \
--disable-shared \
$(use_enable syslog logging) \