WINE 2002.02.28 on NetBSD 1.5.3

Michał Pasternak mpasternak at lublin.t1.pl
Thu Mar 28 11:38:18 CST 2002


Please, include this patch (if it's not already included).
It allows WINE to compile on NetBSD.

If you're not going to include this, please let me know, I'll e-mail NetBSD
port maintainer then.

--- wine-20020228/library/port.c~	Mon Jan  7 22:00:28 2002
+++ wine-20020228/library/port.c	Thu Mar 28 18:29:14 2002
@@ -19,6 +19,7 @@
 #include <string.h>
 #include <unistd.h>
 #include <sys/types.h>
+#ifdef defined(__NetBSD__)
+#include <sys/inttypes.h>
+#endif
 #include <sys/time.h>
 #include <sys/stat.h>
 #include <sys/ioctl.h>



More information about the wine-patches mailing list