summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2015-12-19 16:27:42 +0100
committerPacho Ramos <pacho@gentoo.org>2015-12-19 17:16:31 +0100
commit834ff08c1322c8cec745b3847ccceeb1921e5569 (patch)
tree61e97fcaac3637f9787bf50d6aece321905fb525 /media-video
parentnet-libs/net6: Fix building with latest glibmm/libsigc++ (diff)
downloadgentoo-834ff08c1322c8cec745b3847ccceeb1921e5569.tar.gz
gentoo-834ff08c1322c8cec745b3847ccceeb1921e5569.tar.bz2
gentoo-834ff08c1322c8cec745b3847ccceeb1921e5569.zip
media-video/subtitleeditor: Fix building with latest glibmm/libsigc++
Package-Manager: portage-2.2.26
Diffstat (limited to 'media-video')
-rw-r--r--media-video/subtitleeditor/subtitleeditor-0.41.1-r1.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/media-video/subtitleeditor/subtitleeditor-0.41.1-r1.ebuild b/media-video/subtitleeditor/subtitleeditor-0.41.1-r1.ebuild
index 7b161619fbde..8c53231143fc 100644
--- a/media-video/subtitleeditor/subtitleeditor-0.41.1-r1.ebuild
+++ b/media-video/subtitleeditor/subtitleeditor-0.41.1-r1.ebuild
@@ -65,6 +65,8 @@ src_configure() {
# Avoid using --enable-debug as it mocks with CXXFLAGS and LDFLAGS
use debug && append-flags -DDEBUG
+ append-cxxflags -std=c++11
+
gnome2_src_configure \
--disable-debug \
$(use_enable nls) \