From: Andreas Sturmlechner Date: Wed, 15 Nov 2017 19:38:32 +0000 (+0100) Subject: app-text/libstaroffice: --with-sharedptr=c++11 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=23413086429d22ecb4984df5d7ed7c396018cd0c;p=gentoo.git app-text/libstaroffice: --with-sharedptr=c++11 Closes: https://bugs.gentoo.org/637632 Package-Manager: Portage-2.3.14, Repoman-2.3.6 --- diff --git a/app-text/libstaroffice/libstaroffice-0.0.4.ebuild b/app-text/libstaroffice/libstaroffice-0.0.4.ebuild index e075367c1c91..21554f6b7b94 100644 --- a/app-text/libstaroffice/libstaroffice-0.0.4.ebuild +++ b/app-text/libstaroffice/libstaroffice-0.0.4.ebuild @@ -33,6 +33,7 @@ src_prepare() { src_configure() { econf \ --disable-werror \ + --with-sharedptr=c++11 \ $(use_enable debug) \ $(use_with doc docs) \ $(use_enable tools) \