Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libstaroffice/
Date: Wed, 15 Nov 2017 19:40:29
Message-Id: 1510774808.23413086429d22ecb4984df5d7ed7c396018cd0c.asturm@gentoo
1 commit: 23413086429d22ecb4984df5d7ed7c396018cd0c
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 15 19:38:32 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 15 19:40:08 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23413086
7
8 app-text/libstaroffice: --with-sharedptr=c++11
9
10 Closes: https://bugs.gentoo.org/637632
11 Package-Manager: Portage-2.3.14, Repoman-2.3.6
12
13 app-text/libstaroffice/libstaroffice-0.0.4.ebuild | 1 +
14 1 file changed, 1 insertion(+)
15
16 diff --git a/app-text/libstaroffice/libstaroffice-0.0.4.ebuild b/app-text/libstaroffice/libstaroffice-0.0.4.ebuild
17 index e075367c1c9..21554f6b7b9 100644
18 --- a/app-text/libstaroffice/libstaroffice-0.0.4.ebuild
19 +++ b/app-text/libstaroffice/libstaroffice-0.0.4.ebuild
20 @@ -33,6 +33,7 @@ src_prepare() {
21 src_configure() {
22 econf \
23 --disable-werror \
24 + --with-sharedptr=c++11 \
25 $(use_enable debug) \
26 $(use_with doc docs) \
27 $(use_enable tools) \