diff options
Diffstat (limited to 'math/emc2/files/patch-libI77__fio.h')
-rw-r--r-- | math/emc2/files/patch-libI77__fio.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/math/emc2/files/patch-libI77__fio.h b/math/emc2/files/patch-libI77__fio.h new file mode 100644 index 000000000000..1ebd63157a40 --- /dev/null +++ b/math/emc2/files/patch-libI77__fio.h @@ -0,0 +1,15 @@ +--- libI77/fio.h.orig Tue Nov 9 15:58:43 1999 ++++ libI77/fio.h Tue Dec 16 23:53:43 2003 +@@ -17,6 +17,12 @@ + #endif + #endif + ++#ifdef __FreeBSD__ ++#ifndef NON_UNIX_STDIO ++#define NON_UNIX_STDIO ++#endif ++#endif ++ + #ifdef UIOLEN_int + typedef int uiolen; + #else |