diff options
| -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}) |
