commit:     2de7688161f15e8b57c8eb31ed4b212d9e952990
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 30 11:27:18 2018 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Jun 30 11:27:18 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2de76881
media-libs/libcaca: Force C++11

Closes: https://bugs.gentoo.org/653400
Package-Manager: Portage-2.3.41, Repoman-2.3.9

 media-libs/libcaca/libcaca-0.99_beta19.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/media-libs/libcaca/libcaca-0.99_beta19.ebuild 
b/media-libs/libcaca/libcaca-0.99_beta19.ebuild
index c57546e7c40..95e1897cc71 100644
--- a/media-libs/libcaca/libcaca-0.99_beta19.ebuild
+++ b/media-libs/libcaca/libcaca-0.99_beta19.ebuild
@@ -84,6 +84,9 @@ src_prepare() {
                append-cflags -DX_DISPLAY_MISSING
        fi
 
+       # bug 653400
+       append-cxxflags -std=c++11
+
        # Removed 'has_version '>=dev-texlive/texlive-latex-2013' &&' that 
prefixed this
        # patch before wrt #517474
        epatch "${FILESDIR}"/${PN}-0.99_beta18-latex_hacks.patch

Reply via email to