summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/exempi/files/exempi-2.4.5-gcc11.patch')
-rw-r--r--media-libs/exempi/files/exempi-2.4.5-gcc11.patch11
1 files changed, 0 insertions, 11 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
deleted file mode 100644
index 259c05d5cbd2..000000000000
--- a/media-libs/exempi/files/exempi-2.4.5-gcc11.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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();
- }