diff options
Diffstat (limited to 'math/Scilab/files/patch-be')
-rw-r--r-- | math/Scilab/files/patch-be | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/Scilab/files/patch-be b/math/Scilab/files/patch-be new file mode 100644 index 000000000000..0ff6eb989158 --- /dev/null +++ b/math/Scilab/files/patch-be @@ -0,0 +1,11 @@ +--- routines/sound/st.h.orig Mon Dec 21 21:14:29 1998 ++++ routines/sound/st.h Mon Dec 21 21:18:03 1998 +@@ -8,4 +8,8 @@ + */ + ++#if (defined(netbsd) || defined(freebsd)) && !defined(unix) ++#define unix ++#endif ++ + #define IMPORT extern + #define EXPORT |