mirror of
https://github.com/cemu-project/vcpkg.git
synced 2024-11-23 19:29:49 +00:00
fix tiff build for uwp
This commit is contained in:
parent
b6fe5b5db5
commit
ea29ebaf37
13
ports/tiff/fix-stddef.patch
Normal file
13
ports/tiff/fix-stddef.patch
Normal file
@ -0,0 +1,13 @@
|
||||
diff --git a/port/lfind.c port/lfind.c
|
||||
index 087dfa9..20fa8b4 100644
|
||||
--- a/port/lfind.c
|
||||
+++ b/port/lfind.c
|
||||
@@ -38,7 +38,7 @@
|
||||
#ifdef _WIN32_WCE
|
||||
# include <wce_types.h>
|
||||
#else
|
||||
-# include <sys/types.h>
|
||||
+# include <stddef.h>
|
||||
#endif
|
||||
|
||||
#ifndef NULL
|
@ -15,6 +15,7 @@ vcpkg_extract_source_archive_ex(
|
||||
add-component-options.patch
|
||||
fix-cxx-shared-libs.patch
|
||||
crt-secure-no-deprecate.patch
|
||||
fix-stddef.patch
|
||||
)
|
||||
|
||||
if(VCPKG_TARGET_ARCHITECTURE STREQUAL "arm64" OR VCPKG_TARGET_ARCHITECTURE STREQUAL "arm")
|
||||
|
Loading…
Reference in New Issue
Block a user