diff options
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/libstaroffice/libstaroffice-0.0.4.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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) \ |