aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxoviat <xoviat@users.noreply.github.com>2017-11-29 12:17:53 -0600
committerGitHub <noreply@github.com>2017-11-29 12:17:53 -0600
commit8c6eb97ec7b1acb2dc1289910689a6ff76792f5b (patch)
tree94120c4010c13349fe451b8bdabe6059c7d78c5d
parente0362393cfb4555b3928239aa7ae40b888203359 (diff)
downloadvcpkg-8c6eb97ec7b1acb2dc1289910689a6ff76792f5b.tar.gz
vcpkg-8c6eb97ec7b1acb2dc1289910689a6ff76792f5b.zip
[mpfr] revert portfile patch
-rw-r--r--ports/mpfr/portfile.cmake5
1 files changed, 0 insertions, 5 deletions
diff --git a/ports/mpfr/portfile.cmake b/ports/mpfr/portfile.cmake
index db32d43b9..0e82d2623 100644
--- a/ports/mpfr/portfile.cmake
+++ b/ports/mpfr/portfile.cmake
@@ -10,11 +10,6 @@ vcpkg_extract_source_archive(${ARCHIVE})
file(COPY ${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt DESTINATION ${SOURCE_PATH})
file(COPY ${CMAKE_CURRENT_LIST_DIR}/gmp_printf.c DESTINATION ${SOURCE_PATH}/src)
-# Prepend stdint to the mpfr header
-file(READ "${SOURCE_PATH}/src/mpfr.h" _contents)
-string(CONCAT _contents "#include \"stdint.h\"\n" ${_contents})
-file(WRITE "${SOURCE_PATH}/src/mpfr.h" ${_contents})
-
vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
)