summaryrefslogtreecommitdiff
path: root/games/quakeforge/patches/patch-aj
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2008-01-23 04:59:35 +0000
committertnn <tnn@pkgsrc.org>2008-01-23 04:59:35 +0000
commit0487aad7393f286f4a86e539eb988a8a560a67dc (patch)
treee32fcec6ab1007bf96d35e4dcc3a99af26a3e1a6 /games/quakeforge/patches/patch-aj
parent67b5e7f558811ea71ccd36d54624757df392963d (diff)
downloadpkgsrc-0487aad7393f286f4a86e539eb988a8a560a67dc.tar.gz
Apply patches from PR pkg/37837 to get quakeforge going on DragonFly.
Also fixes the usual gcc4 suspects. (static/extern storage class mismatch)
Diffstat (limited to 'games/quakeforge/patches/patch-aj')
-rw-r--r--games/quakeforge/patches/patch-aj13
1 files changed, 13 insertions, 0 deletions
diff --git a/games/quakeforge/patches/patch-aj b/games/quakeforge/patches/patch-aj
new file mode 100644
index 00000000000..bd5ee587692
--- /dev/null
+++ b/games/quakeforge/patches/patch-aj
@@ -0,0 +1,13 @@
+$NetBSD: patch-aj,v 1.1 2008/01/23 04:59:36 tnn Exp $
+
+--- libs/console/client.c.orig 2004-03-02 03:55:17.000000000 +0000
++++ libs/console/client.c
+@@ -84,7 +84,7 @@ static float con_cursorspeed = 4;
+
+ static cvar_t *con_notifytime; // seconds
+ static cvar_t *con_alpha;
+-static cvar_t *con_size;
++/* static */ cvar_t *con_size;
+ static cvar_t *con_speed;
+ static cvar_t *cl_chatmode;
+