projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19bd08f
)
app-editors/mlview: Fix building with latest glibmm/libsigc++
author
Pacho Ramos
<pacho@gentoo.org>
Wed, 23 Dec 2015 19:42:58 +0000
(20:42 +0100)
committer
Pacho Ramos
<pacho@gentoo.org>
Wed, 23 Dec 2015 20:37:59 +0000
(21:37 +0100)
Package-Manager: portage-2.2.26
app-editors/mlview/mlview-0.9.0-r1.ebuild
patch
|
blob
|
history
diff --git
a/app-editors/mlview/mlview-0.9.0-r1.ebuild
b/app-editors/mlview/mlview-0.9.0-r1.ebuild
index 0e20ca1e158dfe51a08a9e09051a4616c6fca64b..ce5266174cf84812a200b2057e7ce4329d2ef049 100644
(file)
--- a/
app-editors/mlview/mlview-0.9.0-r1.ebuild
+++ b/
app-editors/mlview/mlview-0.9.0-r1.ebuild
@@
-6,7
+6,7
@@
EAPI=5
GCONF_DEBUG="no"
GNOME_TARBALL_SUFFIX="bz2"
-inherit autotools eutils gnome2
+inherit autotools eutils
flag-o-matic
gnome2
DESCRIPTION="XML editor for the GNOME environment"
HOMEPAGE="http://www.nongnu.org/mlview/mlview-internals.html"
@@
-57,6
+57,7
@@
src_prepare() {
}
src_configure() {
+ append-cxxflags -std=c++11
gnome2_src_configure \
--disable-static \
$(use_enable debug)