diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-11-17 21:58:49 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-11-17 21:58:49 +0000 |
commit | f682dfd90556fb038b299fa37e3edec236fd55b9 (patch) | |
tree | 401a08d3277a804e71991b5e355675adabfcdac6 /games/quakeforge | |
parent | 1f2d2432a26a80fb02873cc983330e44d066af2d (diff) | |
download | ports-f682dfd90556fb038b299fa37e3edec236fd55b9.tar.gz ports-f682dfd90556fb038b299fa37e3edec236fd55b9.zip |
Notes
Diffstat (limited to 'games/quakeforge')
-rw-r--r-- | games/quakeforge/files/patch-nq__source__sys_unix.c | 12 |
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[]) + { |