diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-11-15 20:38:32 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-11-15 20:40:08 +0100 |
commit | 23413086429d22ecb4984df5d7ed7c396018cd0c (patch) | |
tree | d083d368e8de934af08b4097b9e6b8bdc54b144e /app-text/libstaroffice | |
parent | app-text/libmwaw: 0.3.13 version bump (diff) | |
download | gentoo-23413086429d22ecb4984df5d7ed7c396018cd0c.tar.gz gentoo-23413086429d22ecb4984df5d7ed7c396018cd0c.tar.bz2 gentoo-23413086429d22ecb4984df5d7ed7c396018cd0c.zip |
app-text/libstaroffice: --with-sharedptr=c++11
Closes: https://bugs.gentoo.org/637632
Package-Manager: Portage-2.3.14, Repoman-2.3.6
Diffstat (limited to 'app-text/libstaroffice')
-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) \ |