aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Karatarakis <alex@karatarakis.com>2016-11-11 11:47:26 -0800
committerGitHub <noreply@github.com>2016-11-11 11:47:26 -0800
commited285b76e2c70508d5fb1772cac306e8ed1ee1df (patch)
treee1f1eebbd5e276c945b382670aeaddd0ce5ddb3a
parente99e54f3376d4721fee6f3b691201f0f5c2b53fa (diff)
parent981ea2799eeb197d0c3c386479b734f09e6b724f (diff)
downloadvcpkg-ed285b76e2c70508d5fb1772cac306e8ed1ee1df.tar.gz
vcpkg-ed285b76e2c70508d5fb1772cac306e8ed1ee1df.zip
Merge pull request #279 from Morten242/tiff-patch-path
Fix tiff patch path
-rw-r--r--ports/tiff/portfile.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/tiff/portfile.cmake b/ports/tiff/portfile.cmake
index f9137601a..345024fe0 100644
--- a/ports/tiff/portfile.cmake
+++ b/ports/tiff/portfile.cmake
@@ -9,7 +9,7 @@ vcpkg_extract_source_archive(${ARCHIVE})
vcpkg_apply_patches(
SOURCE_PATH ${SOURCE_PATH}
- PATCHES add-component-options.patch
+ PATCHES ${CMAKE_CURRENT_LIST_DIR}/add-component-options.patch
)
vcpkg_configure_cmake(