jenkins-core-weekly: update to 2.496
[oi-userland.git] / components / encumbered / audacity / patches / 08-patch-lib-src_libnyquist_nyquist_xlisp_xlisp.h.patch
blob604026abce3929ae6e92e36e73ce840165c54b8b
1 --- a/lib-src/libnyquist/nyquist/xlisp/xlisp.h.orig 2016-07-26 13:34:06 UTC
2 +++ b/lib-src/libnyquist/nyquist/xlisp/xlisp.h
3 @@ -153,6 +153,15 @@ extern long ptrtoabs();
4 #endif
5 #endif
7 +/* FreeBSD */
8 +#if defined(__FreeBSD__) || defined(__sun)
9 +#if __BYTE_ORDER == __LITTLE_ENDIAN
10 +#define XL_LITTLE_ENDIAN
11 +#else
12 +#define XL_BIG_ENDIAN
13 +#endif
14 +#endif
16 /* Apple CC */
17 #ifdef __APPLE__
18 #define NNODES 2000