freebsd-ports/games/vavoom/files/patch-utils_acc_misc.c
Volker Stolz 5a4a7ccf23 Update to 1.15.3
Sound and music support is still very poor.

PR:		ports/73432
Submitted by:	maintainer
2004-11-10 16:00:00 +00:00

11 lines
238 B
C

--- utils/acc/misc.c.orig
+++ utils/acc/misc.c
@@ -12,7 +12,7 @@
#else
#include <fcntl.h>
#include <stdlib.h>
-#ifndef __linux__
+#if !defined(__linux__) && !defined(__FreeBSD__)
#include <io.h>
#endif
#include <sys/stat.h>