rust/cargo-c: update to 0.10.7+cargo-0.84.0
[oi-userland.git] / components / database / unixodbc / files / fix-unixodbc_conf-h.patch
blob913d9bd6d7f3ea4d0b701462db4626c5bf6ecd05
1 --- build/sparcv9/unixodbc_conf.h.orig 2022-03-02 13:32:18.427996777 +0000
2 +++ build/sparcv9/unixodbc_conf.h 2022-03-02 13:56:11.778417910 +0000
3 @@ -397,22 +397,32 @@
4 #define PACKAGE "unixODBC"
6 /* Define to the address where bug reports for this package should be sent. */
7 +#ifndef PACKAGE_BUGREPORT
8 #define PACKAGE_BUGREPORT "nick@unixodbc.org"
9 +#endif
11 /* Define to the full name of this package. */
12 +#ifndef PACKAGE_NAME
13 #define PACKAGE_NAME "unixODBC"
14 +#endif
16 /* Define to the full name and version of this package. */
17 +#ifndef PACKAGE_STRING
18 #define PACKAGE_STRING "unixODBC 2.3.9"
19 +#endif
21 /* Define to the one symbol short name of this package. */
22 +#ifndef PACKAGE_TARNAME
23 #define PACKAGE_TARNAME "unixODBC"
24 +#endif
26 /* Define to the home page for this package. */
27 #define PACKAGE_URL ""
29 /* Define to the version of this package. */
30 +#ifndef PACKAGE_VERSION
31 #define PACKAGE_VERSION "2.3.9"
32 +#endif
34 /* Platform is 64 bit */
35 #define PLATFORM64 /**/
36 @@ -427,10 +437,22 @@
37 #define SHLIBEXT ".so"
39 /* The size of `long', as computed by sizeof. */
40 +#ifndef SIZEOF_LONG
41 +#if defined(_LP32)
42 +#define SIZEOF_LONG 4
43 +#else
44 #define SIZEOF_LONG 8
45 +#endif
46 +#endif
48 /* The size of `long int', as computed by sizeof. */
49 +#ifndef SIZEOF_LONG_INT
50 +#if defined(_LP32)
51 +#define SIZEOF_LONG_INT 4
52 +#else
53 #define SIZEOF_LONG_INT 8
54 +#endif
55 +#endif
57 /* If using the C implementation of alloca, define if you know the
58 direction of stack growth for your system; otherwise it will be