ports/math/emc2/files/patch-libI77__fio.h
Fernando Apesteguía b6e16dc398 math/emc2: pet portlint
* Move out of order variable
* Remake patches
2019-08-06 17:53:16 +00:00

15 lines
234 B
C

--- libI77/fio.h.orig 1999-11-09 14:58:43 UTC
+++ libI77/fio.h
@@ -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