aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-12-08 13:21:32 -0800
committerAlexander Karatarakis <alkarata@microsoft.com>2017-12-08 13:21:32 -0800
commit583ee9ee91a0d7abb5487580faf3ff1f302a642d (patch)
tree5cea10e8f285cdb2e63c1a97ef9adef1a8273f04
parentaad3fe1cbc30342f33038b95fb41ef467fb94022 (diff)
downloadvcpkg-583ee9ee91a0d7abb5487580faf3ff1f302a642d.tar.gz
vcpkg-583ee9ee91a0d7abb5487580faf3ff1f302a642d.zip
[openssl] Remove entry of removed patch
-rw-r--r--ports/openssl/portfile.cmake3
1 files changed, 1 insertions, 2 deletions
diff --git a/ports/openssl/portfile.cmake b/ports/openssl/portfile.cmake
index a1af5b546..b6c72fb4d 100644
--- a/ports/openssl/portfile.cmake
+++ b/ports/openssl/portfile.cmake
@@ -25,8 +25,7 @@ vcpkg_download_distfile(OPENSSL_SOURCE_ARCHIVE
vcpkg_extract_source_archive(${OPENSSL_SOURCE_ARCHIVE})
vcpkg_apply_patches(
SOURCE_PATH ${MASTER_COPY_SOURCE_PATH}
- PATCHES ${CMAKE_CURRENT_LIST_DIR}/PerlScriptSpaceInPathFixes.patch
- ${CMAKE_CURRENT_LIST_DIR}/ConfigureIncludeQuotesFix.patch
+ PATCHES ${CMAKE_CURRENT_LIST_DIR}/ConfigureIncludeQuotesFix.patch
${CMAKE_CURRENT_LIST_DIR}/STRINGIFYPatch.patch
${CMAKE_CURRENT_LIST_DIR}/EmbedSymbolsInStaticLibsZ7.patch
)