Warning, /graphics/digikam/project/bundles/3rdparty/ext_exiv2/exiv2-mxe-mmap.patch is written in an unsupported language. File is not indexed.
0001 diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt 0002 index 41a672e8..954df55f 100644 0003 --- a/src/CMakeLists.txt 0004 +++ b/src/CMakeLists.txt 0005 @@ -227,7 +227,7 @@ if (NOT MSVC) 0006 endif() 0007 0008 if (MINGW) 0009 - target_link_libraries( exiv2lib PRIVATE psapi ws2_32 shell32 ) 0010 + target_link_libraries( exiv2lib PRIVATE psapi ws2_32 shell32 mman) 0011 endif() 0012 0013 else()