Index: head/editors/libreoffice/files/patch-vcl_qt5_Qt5Instance.cxx =================================================================== --- head/editors/libreoffice/files/patch-vcl_qt5_Qt5Instance.cxx (nonexistent) +++ head/editors/libreoffice/files/patch-vcl_qt5_Qt5Instance.cxx (revision 509581) @@ -0,0 +1,11 @@ +--- vcl/qt5/Qt5Instance.cxx.orig 2019-08-21 22:22:13.996160000 +0800 ++++ vcl/qt5/Qt5Instance.cxx 2019-08-21 22:30:33.169056000 +0800 +@@ -413,7 +413,7 @@ + { + SolarMutexGuard g; + Qt5FilePicker* pPicker; +- RunInMainThread(std::function([&, this]() { pPicker = createPicker(context, eMode); })); ++ RunInMainThread([&, this]() { pPicker = createPicker(context, eMode); }); + assert(pPicker); + return pPicker; + } Property changes on: head/editors/libreoffice/files/patch-vcl_qt5_Qt5Instance.cxx ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/editors/libreoffice/files/patch-vcl_unx_kde5_kde5salinstance.cxx =================================================================== --- head/editors/libreoffice/files/patch-vcl_unx_kde5_kde5salinstance.cxx (nonexistent) +++ head/editors/libreoffice/files/patch-vcl_unx_kde5_kde5salinstance.cxx (revision 509581) @@ -0,0 +1,23 @@ +--- vcl/unx/kde5/KDE5SalInstance.cxx.orig ++++ vcl/unx/kde5/KDE5SalInstance.cxx +@@ -43,9 +43,9 @@ + SalFrame* KDE5SalInstance::CreateFrame(SalFrame* pParent, SalFrameStyleFlags nState) + { + SalFrame* pRet(nullptr); +- RunInMainThread(std::function([&pRet, pParent, nState]() { ++ RunInMainThread([&pRet, pParent, nState]() { + pRet = new KDE5SalFrame(static_cast(pParent), nState, true); +- })); ++ }); + assert(pRet); + return pRet; + } +@@ -65,7 +65,7 @@ + { + SolarMutexGuard g; + Qt5FilePicker* pPicker; +- RunInMainThread(std::function([&, this]() { pPicker = createPicker(context, eMode); })); ++ RunInMainThread([&, this]() { pPicker = createPicker(context, eMode); }); + assert(pPicker); + return pPicker; + } Property changes on: head/editors/libreoffice/files/patch-vcl_unx_kde5_kde5salinstance.cxx ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property