summaryrefslogtreecommitdiff
path: root/dev-build/cmake/files/cmake-3.19.1-darwin-gcc.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-build/cmake/files/cmake-3.19.1-darwin-gcc.patch')
-rw-r--r--dev-build/cmake/files/cmake-3.19.1-darwin-gcc.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/dev-build/cmake/files/cmake-3.19.1-darwin-gcc.patch b/dev-build/cmake/files/cmake-3.19.1-darwin-gcc.patch
deleted file mode 100644
index 0f0a6b681bc7..000000000000
--- a/dev-build/cmake/files/cmake-3.19.1-darwin-gcc.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-grobian@gentoo.org: fix compilation on macOS using GCC
-
-compiler says it all: include memory if you use unique_ptr
-
---- a/Source/cmMachO.h.orig 2020-11-24 14:50:26.000000000 +0100
-+++ b/Source/cmMachO.h 2020-11-28 16:05:11.509620124 +0100
-@@ -6,6 +6,7 @@
-
- #include <iosfwd>
- #include <string>
-+#include <memory>
-
- #if !defined(CMAKE_USE_MACH_PARSER)
- # error "This file may be included only if CMAKE_USE_MACH_PARSER is enabled."