aboutsummaryrefslogtreecommitdiff
path: root/games/quakeforge
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2005-11-17 21:58:49 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2005-11-17 21:58:49 +0000
commitf682dfd90556fb038b299fa37e3edec236fd55b9 (patch)
tree401a08d3277a804e71991b5e355675adabfcdac6 /games/quakeforge
parent1f2d2432a26a80fb02873cc983330e44d066af2d (diff)
downloadports-f682dfd90556fb038b299fa37e3edec236fd55b9.tar.gz
ports-f682dfd90556fb038b299fa37e3edec236fd55b9.zip
Notes
Diffstat (limited to 'games/quakeforge')
-rw-r--r--games/quakeforge/files/patch-nq__source__sys_unix.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/games/quakeforge/files/patch-nq__source__sys_unix.c b/games/quakeforge/files/patch-nq__source__sys_unix.c
new file mode 100644
index 000000000000..7bcb34b9bec7
--- /dev/null
+++ b/games/quakeforge/files/patch-nq__source__sys_unix.c
@@ -0,0 +1,12 @@
+--- nq/source/sys_unix.c.orig
++++ nq/source/sys_unix.c
+@@ -69,6 +69,9 @@
+ fcntl (0, F_SETFL, fcntl (0, F_GETFL, 0) & ~O_NONBLOCK);
+ }
+
++extern void Key_Progs_Init (progs_t *pr);
++void (*x)() = Key_Progs_Init;
++
+ int
+ main (int c, const char *v[])
+ {