mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 01:29:01 +08:00
[breakpad] Fix build failed with Visual Studio 2019 (#7938)
This commit is contained in:
parent
2b78cac373
commit
ae2d1b727a
@ -1,5 +1,5 @@
|
||||
Source: breakpad
|
||||
Version: 2019-07-11
|
||||
Version: 2019-07-11-1
|
||||
Build-Depends: libdisasm
|
||||
Homepage: https://github.com/google/breakpad
|
||||
Description: a set of client and server components which implement a crash-reporting system.
|
||||
|
13
ports/breakpad/fix-unique_ptr.patch
Normal file
13
ports/breakpad/fix-unique_ptr.patch
Normal file
@ -0,0 +1,13 @@
|
||||
diff --git a/src/common/windows/pe_util.cc b/src/common/windows/pe_util.cc
|
||||
index 9f9e8fa..d912635 100644
|
||||
--- a/src/common/windows/pe_util.cc
|
||||
+++ b/src/common/windows/pe_util.cc
|
||||
@@ -28,7 +28,7 @@
|
||||
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
#include "pe_util.h"
|
||||
-
|
||||
+#include <memory>
|
||||
#include <windows.h>
|
||||
#include <winnt.h>
|
||||
#include <atlbase.h>
|
@ -8,6 +8,8 @@ vcpkg_from_github(
|
||||
REF c46151db0ffd1a8dae914e45f1212ef427f61ed3
|
||||
SHA512 bd9f247851a3caa6f36574c8a243c2a01cb1cf23c2266b6f6786b85c7418dba5937363c00184e26cda24225f96bb7aaeb08efd13d6a269a3b78c357c2eda7e14
|
||||
HEAD_REF master
|
||||
PATCHES
|
||||
fix-unique_ptr.patch
|
||||
)
|
||||
|
||||
file(COPY ${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt DESTINATION ${SOURCE_PATH})
|
||||
|
Loading…
Reference in New Issue
Block a user