diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-02-20 19:30:55 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-02-20 19:30:55 +0000 |
commit | f3546b611c32cf0a853e2a66712254bd03c34738 (patch) | |
tree | 29db937145ed87a172ec63449d15f31b6d2518c1 /editors/libreoffice6/files/powerpc64/patch-include_uno_mapping.hxx | |
parent | graphics/mesa-devel: update to 21.0.b.2052 (diff) |
editors/libreoffice6: backport powerpc* patches to libreoffice6
Approved by: tier 2 blanket
Diffstat (limited to 'editors/libreoffice6/files/powerpc64/patch-include_uno_mapping.hxx')
-rw-r--r-- | editors/libreoffice6/files/powerpc64/patch-include_uno_mapping.hxx | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/editors/libreoffice6/files/powerpc64/patch-include_uno_mapping.hxx b/editors/libreoffice6/files/powerpc64/patch-include_uno_mapping.hxx new file mode 100644 index 000000000000..04342a17f3b0 --- /dev/null +++ b/editors/libreoffice6/files/powerpc64/patch-include_uno_mapping.hxx @@ -0,0 +1,10 @@ +--- include/uno/mapping.hxx.orig 2020-11-28 00:12:11 UTC ++++ include/uno/mapping.hxx +@@ -248,6 +248,7 @@ inline Mapping::Mapping( const Mapping & rMapping ) + (*_pMapping->acquire)( _pMapping ); + } + ++__attribute__ ((optnone)) + inline Mapping::~Mapping() + { + if (_pMapping) |