summaryrefslogtreecommitdiff
path: root/media-libs/exempi/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-05-04 22:28:33 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-05-04 22:28:33 +0100
commita978c074e4272bb901fbe4a10de0a7b2af574f17 (patch)
tree8c764c1cc0576389ce22abd317bceba71ea5732d /media-libs/exempi/files
parent40aaaa64e86ba6710bbeb31c4615a6ce80e75e11 (diff)
gentoo resync : 04.05.2021
Diffstat (limited to 'media-libs/exempi/files')
-rw-r--r--media-libs/exempi/files/exempi-2.4.5-gcc11.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/media-libs/exempi/files/exempi-2.4.5-gcc11.patch b/media-libs/exempi/files/exempi-2.4.5-gcc11.patch
new file mode 100644
index 000000000000..259c05d5cbd2
--- /dev/null
+++ b/media-libs/exempi/files/exempi-2.4.5-gcc11.patch
@@ -0,0 +1,11 @@
+--- a/XMPFiles/source/FormatSupport/P2_Support.hpp
++++ b/XMPFiles/source/FormatSupport/P2_Support.hpp
+@@ -79,7 +79,7 @@
+ }; // class P2_Clip
+ struct P2SpannedClip_Order
+ {
+- bool operator()( P2_Clip* lhs, P2_Clip* rhs)
++ bool operator()( P2_Clip* lhs, P2_Clip* rhs) const
+ {
+ return lhs->GetOffsetInShot() < rhs->GetOffsetInShot();
+ }