From 7046c470bd8dc3db9a2eaefc93b90f03a2c449e5 Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Wed, 30 May 2018 18:48:31 -0700 Subject: [boost-iostream] Fix version and SOURCE_PATH reference --- ports/boost-iostreams/CONTROL | 2 +- ports/boost-iostreams/portfile.cmake | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ports/boost-iostreams/CONTROL b/ports/boost-iostreams/CONTROL index a0ac4280c..462834bab 100644 --- a/ports/boost-iostreams/CONTROL +++ b/ports/boost-iostreams/CONTROL @@ -1,5 +1,5 @@ # Automatically generated by boost-vcpkg-helpers/generate-ports.ps1 Source: boost-iostreams -Version: 1.67.1 +Version: 1.67.0-1 Build-Depends: boost-assert, boost-bind, boost-build, boost-config, boost-core, boost-detail, boost-function, boost-integer, boost-iterator, boost-modular-build-helper, boost-mpl, boost-preprocessor, boost-range, boost-regex, boost-smart-ptr, boost-static-assert, boost-throw-exception, boost-type-traits, boost-utility, boost-vcpkg-helpers, bzip2, zlib, liblzma Description: Boost iostreams module diff --git a/ports/boost-iostreams/portfile.cmake b/ports/boost-iostreams/portfile.cmake index a4eff5d85..cb3de691a 100644 --- a/ports/boost-iostreams/portfile.cmake +++ b/ports/boost-iostreams/portfile.cmake @@ -19,7 +19,7 @@ vcpkg_download_distfile(LICENSE file(COPY ${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt DESTINATION ${SOURCE_PATH}) vcpkg_apply_patches( - SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/ost-1.67.0-28e6d2af2f + SOURCE_PATH ${SOURCE_PATH} PATCHES "${CURRENT_PORT_DIR}/Removeseekpos.patch" ) -- cgit v1.2.3