Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/audio/audacity/files/patch-lib-src_libnyquist_nyquist_xlisp_xlisp.h
16147 views
1
--- lib-src/libnyquist/nyquist/xlisp/xlisp.h.orig 2021-02-04 18:52:51 UTC
2
+++ lib-src/libnyquist/nyquist/xlisp/xlisp.h
3
@@ -172,6 +172,15 @@ extern long ptrtoabs();
4
#endif
5
#endif
6
7
+/* FreeBSD */
8
+#ifdef __FreeBSD__
9
+#if __BYTE_ORDER == __LITTLE_ENDIAN
10
+#define XL_LITTLE_ENDIAN
11
+#else
12
+#define XL_BIG_ENDIAN
13
+#endif
14
+#endif
15
+
16
/* Apple CC (xcode, macOS, macintosh) */
17
#ifdef __APPLE__
18
#define NNODES 2000
19
20