mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-23 02:57:09 +01:00
Remove unnecessary patch to libnice
This commit is contained in:
parent
e04aecabc3
commit
7d10dd1940
@ -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;
|
||||
|
@ -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})
|
||||
|
Loading…
x
Reference in New Issue
Block a user