libiodbc: fix musl build (Gentoo patch)
This commit is contained in:
parent
012ab7febd
commit
f9c5c47c0d
1 changed files with 23 additions and 0 deletions
23
srcpkgs/libiodbc/patches/musl-remove-wchar_t-check.patch
Normal file
23
srcpkgs/libiodbc/patches/musl-remove-wchar_t-check.patch
Normal file
|
@ -0,0 +1,23 @@
|
|||
diff -Naur iODBC-3.52.8.orig/include/sqltypes.h iODBC-3.52.8/include/sqltypes.h
|
||||
--- include/sqltypes.h 2012-03-27 05:15:02.000000000 -0400
|
||||
+++ include/sqltypes.h 2015-07-18 14:05:24.514478508 -0400
|
||||
@@ -399,19 +399,7 @@
|
||||
typedef unsigned short SQLWCHAR;
|
||||
#else
|
||||
# include <stdlib.h>
|
||||
-
|
||||
-# if defined(__cplusplus) || \
|
||||
- defined(_WCHAR_T) || \
|
||||
- defined(_WCHAR_T_DEFINED) || \
|
||||
- defined(_WCHAR_T_DEFINED_) || \
|
||||
- defined(_WCHAR_T_DECLARED) || \
|
||||
- defined(_BSD_WCHAR_T_DEFINED_) || \
|
||||
- defined(_BSD_WCHAR_T_) || \
|
||||
- defined(_BSD_CT_RUNE_T_)
|
||||
typedef wchar_t SQLWCHAR;
|
||||
-# else
|
||||
-# error Please make sure your system supports the wchar_t type
|
||||
-# endif
|
||||
#endif /* WIN32 */
|
||||
|
||||
|
Loading…
Reference in a new issue