Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libcaca/
Date: Sat, 30 Jun 2018 11:29:55
Message-Id: 1530358038.2de7688161f15e8b57c8eb31ed4b212d9e952990.soap@gentoo
1 commit: 2de7688161f15e8b57c8eb31ed4b212d9e952990
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 30 11:27:18 2018 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 30 11:27:18 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2de76881
7
8 media-libs/libcaca: Force C++11
9
10 Closes: https://bugs.gentoo.org/653400
11 Package-Manager: Portage-2.3.41, Repoman-2.3.9
12
13 media-libs/libcaca/libcaca-0.99_beta19.ebuild | 3 +++
14 1 file changed, 3 insertions(+)
15
16 diff --git a/media-libs/libcaca/libcaca-0.99_beta19.ebuild b/media-libs/libcaca/libcaca-0.99_beta19.ebuild
17 index c57546e7c40..95e1897cc71 100644
18 --- a/media-libs/libcaca/libcaca-0.99_beta19.ebuild
19 +++ b/media-libs/libcaca/libcaca-0.99_beta19.ebuild
20 @@ -84,6 +84,9 @@ src_prepare() {
21 append-cflags -DX_DISPLAY_MISSING
22 fi
23
24 + # bug 653400
25 + append-cxxflags -std=c++11
26 +
27 # Removed 'has_version '>=dev-texlive/texlive-latex-2013' &&' that prefixed this
28 # patch before wrt #517474
29 epatch "${FILESDIR}"/${PN}-0.99_beta18-latex_hacks.patch