summaryrefslogtreecommitdiff
path: root/games/koth
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2010-01-30 16:02:52 +0000
committertnn <tnn@pkgsrc.org>2010-01-30 16:02:52 +0000
commitada5efd2b18a60cc175158d607402db7674189b2 (patch)
tree6e53e866df969a1b339cf00ad6668a19d1d86f13 /games/koth
parente1386875ed8b47ba3c63ef85f833d03bd6c62578 (diff)
downloadpkgsrc-ada5efd2b18a60cc175158d607402db7674189b2.tar.gz
fix build, bump rev for ggi update
Diffstat (limited to 'games/koth')
-rw-r--r--games/koth/Makefile4
-rw-r--r--games/koth/distinfo3
-rw-r--r--games/koth/patches/patch-af13
3 files changed, 17 insertions, 3 deletions
diff --git a/games/koth/Makefile b/games/koth/Makefile
index 80ce087ec66..f6d4d90fcc6 100644
--- a/games/koth/Makefile
+++ b/games/koth/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.22 2010/01/29 23:30:43 joerg Exp $
+# $NetBSD: Makefile,v 1.23 2010/01/30 16:02:52 tnn Exp $
#
DISTNAME= koth-0.8.0
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= games
MASTER_SITES= http://www.ibiblio.org/pub/Linux/games/multiplayer/
EXTRACT_SUFX= .tar.bz2
diff --git a/games/koth/distinfo b/games/koth/distinfo
index a2e9fdb6d5d..0f506ab1751 100644
--- a/games/koth/distinfo
+++ b/games/koth/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.8 2006/10/14 01:50:42 rillig Exp $
+$NetBSD: distinfo,v 1.9 2010/01/30 16:02:52 tnn Exp $
SHA1 (koth-0.8.0.tar.bz2) = 6cb04ae1f09c4fb521fb47465ab91a1d67986c41
RMD160 (koth-0.8.0.tar.bz2) = 3ea8ef52cab309a764e0379031606d2a949e6553
@@ -8,3 +8,4 @@ SHA1 (patch-ab) = 69ce8862b3cdba97f3a4040b0004254b89de3606
SHA1 (patch-ac) = b02bae2f24776c0b1f0778e2ac8d0c9a76711173
SHA1 (patch-ad) = 716e1860309cf6ea6879419f07fcaa11f1d4fd35
SHA1 (patch-ae) = 1474ea31b26acf6216373e1e8843836753faac2a
+SHA1 (patch-af) = 2b4befee77e4bb4a8ff3aec5bec4188ce9d677c4
diff --git a/games/koth/patches/patch-af b/games/koth/patches/patch-af
new file mode 100644
index 00000000000..0d057489c01
--- /dev/null
+++ b/games/koth/patches/patch-af
@@ -0,0 +1,13 @@
+$NetBSD: patch-af,v 1.1 2010/01/30 16:02:52 tnn Exp $
+
+--- src/gfx.h.orig 2003-01-18 22:24:17.000000000 +0000
++++ src/gfx.h
+@@ -20,6 +20,8 @@
+ #define _GFX_H_
+
+ #include <ggi/ggi.h>
++#include <inttypes.h>
++#define uint16 uint16_t
+ #include "player.h"
+ #include "terrain.h"
+