aboutsummaryrefslogtreecommitdiff
path: root/ports/pmdk/v141.patch
diff options
context:
space:
mode:
authorStefano Sinigardi <stesinigardi@hotmail.com>2019-10-07 19:35:13 +0200
committerCurtis J Bezault <curtbezault@gmail.com>2019-10-07 10:35:13 -0700
commit726c11148105a97aef39bec024fdb7c140b1b154 (patch)
tree26bd2aee0c13a8351b259cc4ffffaf0efededb4e /ports/pmdk/v141.patch
parente86ff2cc54bda9e9ee322ab69141e7113d5c40a9 (diff)
downloadvcpkg-726c11148105a97aef39bec024fdb7c140b1b154.tar.gz
vcpkg-726c11148105a97aef39bec024fdb7c140b1b154.zip
[vcpkg] fatal_error when patch fails to apply (#8087)
vcpkg will now fail on failure to apply patches except when using `--head`.
Diffstat (limited to 'ports/pmdk/v141.patch')
-rw-r--r--ports/pmdk/v141.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/ports/pmdk/v141.patch b/ports/pmdk/v141.patch
deleted file mode 100644
index f77abe93f..000000000
--- a/ports/pmdk/v141.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/src/common/util.h b/src/common/util.h
-index 04b098f..33a64c2 100644
---- a/src/common/util.h
-+++ b/src/common/util.h
-@@ -284,7 +284,7 @@ typedef enum {
- #error MSVC ports of util_atomic_ only work on X86_64
- #endif
-
--#if _MSC_VER > 1911
-+#if _MSC_VER >= 2000
- #error util_atomic_ utility functions not tested with this version of VC++
- #error These utility functions are not future proof, as they are not
- #error based on publicly available documentation.