mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
assimp: add patch for arm*-musl
This commit is contained in:
parent
7b85371219
commit
45568013ed
1 changed files with 11 additions and 0 deletions
11
srcpkgs/assimp/patches/musl.patch
Normal file
11
srcpkgs/assimp/patches/musl.patch
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- contrib/zip/src/zip.h 2019-09-24 19:28:59.000000000 +0200
|
||||||
|
+++ - 2019-09-29 00:15:02.408202128 +0200
|
||||||
|
@@ -20,7 +20,7 @@
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#if !defined(_SSIZE_T_DEFINED) && !defined(_SSIZE_T_DEFINED_) && \
|
||||||
|
- !defined(_SSIZE_T) && !defined(_SSIZE_T_) && !defined(__ssize_t_defined)
|
||||||
|
+ !defined(_SSIZE_T) && !defined(_SSIZE_T_) && !defined(__ssize_t_defined) && !defined(__DEFINED_ssize_t)
|
||||||
|
#define _SSIZE_T
|
||||||
|
// 64-bit Windows is the only mainstream platform
|
||||||
|
// where sizeof(long) != sizeof(void*)
|
Loading…
Add table
Reference in a new issue