[DO-983][DO-985] add tiff and zstd packages (!14)
Co-authored-by: aleksandr.vodyanov <aleksandr.vodyanov@avroid.tech> Reviewed-on: https://git.avroid.tech/Conan/conan_build/pulls/14
This commit is contained in:
11
recipes/zstd/all/patches/1.5.5-qnx_support.patch
Normal file
11
recipes/zstd/all/patches/1.5.5-qnx_support.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- programs/platform.h 2023-04-04 22:13:52.000000000 +0200
|
||||
+++ programs/platform.h 2023-09-03 10:01:58.930595800 +0200
|
||||
@@ -89,7 +89,7 @@
|
||||
*/
|
||||
# elif !defined(_WIN32) \
|
||||
&& ( defined(__unix__) || defined(__unix) \
|
||||
- || defined(__midipix__) || defined(__VMS) || defined(__HAIKU__) )
|
||||
+ || defined(_QNX_SOURCE) || defined(__midipix__) || defined(__VMS) || defined(__HAIKU__) )
|
||||
|
||||
# if defined(__linux__) || defined(__linux) || defined(__CYGWIN__)
|
||||
# ifndef _POSIX_C_SOURCE
|
||||
Reference in New Issue
Block a user