aboutsummaryrefslogtreecommitdiff
path: root/ports/proxywrapper/fix-macos-build.patch
diff options
context:
space:
mode:
Diffstat (limited to 'ports/proxywrapper/fix-macos-build.patch')
-rw-r--r--ports/proxywrapper/fix-macos-build.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/ports/proxywrapper/fix-macos-build.patch b/ports/proxywrapper/fix-macos-build.patch
deleted file mode 100644
index 8bdaeac56..000000000
--- a/ports/proxywrapper/fix-macos-build.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 3ba85fa..f18fd1e 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -1,7 +1,9 @@
-
- cmake_minimum_required(VERSION 3.8)
-
--project(proxywrapper)
-+project(proxywrapper C CXX)
-+
-+set(CMAKE_CXX_STANDARD 11)
-
- include(GNUInstallDirs)
-