Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/subtitleeditor/
Date: Sat, 19 Dec 2015 16:18:34
Message-Id: 1450541791.834ff08c1322c8cec745b3847ccceeb1921e5569.pacho@gentoo
1 commit: 834ff08c1322c8cec745b3847ccceeb1921e5569
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 19 15:27:42 2015 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 19 16:16:31 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=834ff08c
7
8 media-video/subtitleeditor: Fix building with latest glibmm/libsigc++
9
10 Package-Manager: portage-2.2.26
11
12 media-video/subtitleeditor/subtitleeditor-0.41.1-r1.ebuild | 2 ++
13 1 file changed, 2 insertions(+)
14
15 diff --git a/media-video/subtitleeditor/subtitleeditor-0.41.1-r1.ebuild b/media-video/subtitleeditor/subtitleeditor-0.41.1-r1.ebuild
16 index 7b16161..8c53231 100644
17 --- a/media-video/subtitleeditor/subtitleeditor-0.41.1-r1.ebuild
18 +++ b/media-video/subtitleeditor/subtitleeditor-0.41.1-r1.ebuild
19 @@ -65,6 +65,8 @@ src_configure() {
20 # Avoid using --enable-debug as it mocks with CXXFLAGS and LDFLAGS
21 use debug && append-flags -DDEBUG
22
23 + append-cxxflags -std=c++11
24 +
25 gnome2_src_configure \
26 --disable-debug \
27 $(use_enable nls) \