Remove unnecessary patch to libnice

This commit is contained in:
Colin Atkinson 2019-03-26 04:27:35 -04:00
parent e04aecabc3
commit 7d10dd1940
No known key found for this signature in database
GPG Key ID: 5E5635D5498F3950
2 changed files with 0 additions and 15 deletions

View File

@ -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;

View File

@ -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})