diff options
| author | Colin Atkinson <colin.william.atkinson@gmail.com> | 2019-03-26 04:27:35 -0400 |
|---|---|---|
| committer | Colin Atkinson <colin.william.atkinson@gmail.com> | 2019-03-26 20:59:23 -0400 |
| commit | 7d10dd1940d1bd38131648f56af70ba4e6f16771 (patch) | |
| tree | aded4c9a1c8938a54865999fca0858899cedc48c | |
| parent | e04aecabc3f255be18a9c93926575b105c25d6dc (diff) | |
| download | vcpkg-7d10dd1940d1bd38131648f56af70ba4e6f16771.tar.gz vcpkg-7d10dd1940d1bd38131648f56af70ba4e6f16771.zip | |
Remove unnecessary patch to libnice
| -rw-r--r-- | ports/libnice/fix-build_in_windows.patch | 13 | ||||
| -rw-r--r-- | ports/libnice/portfile.cmake | 2 |
2 files changed, 0 insertions, 15 deletions
diff --git a/ports/libnice/fix-build_in_windows.patch b/ports/libnice/fix-build_in_windows.patch deleted file mode 100644 index 9eb341423..000000000 --- a/ports/libnice/fix-build_in_windows.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/stun/usages/bind.c b/stun/usages/bind.c
-index c5b09ab..58ef882 100644
---- a/stun/usages/bind.c
-+++ b/stun/usages/bind.c
-@@ -340,7 +340,7 @@ static void stun_trans_deinit (StunTransport *tr)
-
- static int stun_err_dequeue (int fd)
- {
--#ifdef MSG_ERRQUEUE
-+#if (defined(MSG_ERRQUEUE) && !defined(_WIN32))
- struct msghdr hdr;
- int saved_errno = errno, ret;
-
diff --git a/ports/libnice/portfile.cmake b/ports/libnice/portfile.cmake index fe7036cc3..2c0f87afe 100644 --- a/ports/libnice/portfile.cmake +++ b/ports/libnice/portfile.cmake @@ -9,8 +9,6 @@ vcpkg_download_distfile( vcpkg_extract_source_archive_ex( ARCHIVE ${ARCHIVE} OUT_SOURCE_PATH SOURCE_PATH - PATCHES - fix-build_in_windows.patch ) file(COPY ${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt DESTINATION ${SOURCE_PATH}) |
