early-access version 2853

This commit is contained in:
pineappleEA
2022-07-23 03:01:36 +02:00
parent 1f2b5081b5
commit 1f111bb69c
8955 changed files with 418777 additions and 999 deletions

26
externals/vcpkg/ports/clamav/build.patch vendored Executable file
View File

@@ -0,0 +1,26 @@
diff --git a/cmake/FindCURSES.cmake b/cmake/FindCURSES.cmake
index a0755c697..f60735a91 100644
--- a/cmake/FindCURSES.cmake
+++ b/cmake/FindCURSES.cmake
@@ -107,7 +107,7 @@ else()
set(CURSES_INCLUDE "<curses.h>")
find_library(CURSES_LIBRARY
- NAMES curses
+ NAMES curses pdcurses
PATHS ${PC_PDCurses_LIBRARY_DIRS}
)
diff --git a/cmake/FindPthreadW32.cmake b/cmake/FindPthreadW32.cmake
index 4fded1eb7..0d44af310 100644
--- a/cmake/FindPthreadW32.cmake
+++ b/cmake/FindPthreadW32.cmake
@@ -54,7 +54,7 @@ find_path(PThreadW32_INCLUDE_DIR
PATH_SUFFIXES pthreadw32
)
find_library(PThreadW32_LIBRARY
- NAMES pthreadVC2
+ NAMES pthreadVC2 pthreadVC3
PATHS ${PC_PThreadW32_LIBRARY_DIRS}
)