projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f287e82
)
media-gfx/gimmage: Fix building with latest glibmm/libsigc++
author
Pacho Ramos
<pacho@gentoo.org>
Wed, 23 Dec 2015 20:02:52 +0000
(21:02 +0100)
committer
Pacho Ramos
<pacho@gentoo.org>
Wed, 23 Dec 2015 20:38:11 +0000
(21:38 +0100)
Package-Manager: portage-2.2.26
media-gfx/gimmage/gimmage-0.2.3-r1.ebuild
patch
|
blob
|
history
diff --git
a/media-gfx/gimmage/gimmage-0.2.3-r1.ebuild
b/media-gfx/gimmage/gimmage-0.2.3-r1.ebuild
index 47fac0304cb87bc37e880a98708a2bde2313eb4f..35b84dd2a46872a1eac9cc5b5f31f92090dfe80d 100644
(file)
--- a/
media-gfx/gimmage/gimmage-0.2.3-r1.ebuild
+++ b/
media-gfx/gimmage/gimmage-0.2.3-r1.ebuild
@@
-3,8
+3,7
@@
# $Id$
EAPI=5
-
-inherit autotools eutils
+inherit autotools eutils flag-o-matic
DESCRIPTION="A slim GTK-based image browser"
HOMEPAGE="https://sourceforge.net/projects/gimmage.berlios/"
@@
-37,5
+36,6
@@
src_configure() {
local myconf
use debug && myconf="--enable-debug"
+ append-cxxflags -std=c++11
econf ${myconf}
}