aboutsummaryrefslogtreecommitdiff
path: root/games/vavoom/files/patch-utils_acc_token.c
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2004-11-10 16:00:00 +0000
committerVolker Stolz <vs@FreeBSD.org>2004-11-10 16:00:00 +0000
commit5a4a7ccf230edd87442868816049f03f15f85286 (patch)
treea9a448c7729ba6d51783d59b10ca5ecab8865a62 /games/vavoom/files/patch-utils_acc_token.c
parent72d4b805f87511c57a10791747e6b2cef781de18 (diff)
downloadports-5a4a7ccf230edd87442868816049f03f15f85286.tar.gz
ports-5a4a7ccf230edd87442868816049f03f15f85286.zip
Notes
Diffstat (limited to 'games/vavoom/files/patch-utils_acc_token.c')
-rw-r--r--games/vavoom/files/patch-utils_acc_token.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/vavoom/files/patch-utils_acc_token.c b/games/vavoom/files/patch-utils_acc_token.c
new file mode 100644
index 000000000000..6a23ff5f83ea
--- /dev/null
+++ b/games/vavoom/files/patch-utils_acc_token.c
@@ -0,0 +1,11 @@
+--- utils/acc/token.c.orig
++++ utils/acc/token.c
+@@ -10,7 +10,7 @@
+ #ifdef __NeXT__
+ #include <libc.h>
+ #else
+-#ifndef __linux__
++#if !defined(__linux__) && !defined(__FreeBSD__)
+ #include <io.h>
+ #endif
+ #include <fcntl.h>