aboutsummaryrefslogtreecommitdiff
path: root/ports/apr/fix-missing-headers.patch
diff options
context:
space:
mode:
Diffstat (limited to 'ports/apr/fix-missing-headers.patch')
-rw-r--r--ports/apr/fix-missing-headers.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/ports/apr/fix-missing-headers.patch b/ports/apr/fix-missing-headers.patch
deleted file mode 100644
index 14986f001..000000000
--- a/ports/apr/fix-missing-headers.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index b4632c3..d9e4eab 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -19,7 +19,7 @@ PROJECT(APR C)
-
- CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
-
--OPTION(APR_INSTALL_PRIVATE_H "Install selected private .h files (for httpd)" OFF)
-+OPTION(APR_INSTALL_PRIVATE_H "Install selected private .h files (for httpd)" ON)
- OPTION(APR_HAVE_IPV6 "IPv6 support" ON)
- OPTION(INSTALL_PDB "Install .pdb files (if generated)" ON)
- OPTION(APR_BUILD_TESTAPR "Build the test suite" OFF)