summaryrefslogtreecommitdiff
path: root/games/gltron
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-06-29 19:55:37 +0000
committerjoerg <joerg@pkgsrc.org>2006-06-29 19:55:37 +0000
commitdd3eda4b099755de03eab1a97c13e90d24945687 (patch)
tree7306479c911ec64dd87f02b5516e72674343f5b5 /games/gltron
parentb9e74eb1a6d5727993ca4e223a04bb4e970330d4 (diff)
downloadpkgsrc-dd3eda4b099755de03eab1a97c13e90d24945687.tar.gz
Add two missing local protoypes.
Diffstat (limited to 'games/gltron')
-rw-r--r--games/gltron/distinfo3
-rw-r--r--games/gltron/patches/patch-af14
2 files changed, 16 insertions, 1 deletions
diff --git a/games/gltron/distinfo b/games/gltron/distinfo
index b3b89a62873..2b90502cdb9 100644
--- a/games/gltron/distinfo
+++ b/games/gltron/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2006/06/26 11:14:56 rillig Exp $
+$NetBSD: distinfo,v 1.5 2006/06/29 19:55:37 joerg Exp $
SHA1 (gltron-0.70-source.tar.gz) = 267bffa75c2c9f8bb1fa8a2d2254eef8b90be1d6
RMD160 (gltron-0.70-source.tar.gz) = 78f624cb622e9bc4847b912a6f7686949c197e54
@@ -8,3 +8,4 @@ SHA1 (patch-ab) = 3890e5b3c5c1ba27056e6f6030eac7309816bacb
SHA1 (patch-ac) = b7b42d8bce2c320650bfc45244e98b4ad2769c84
SHA1 (patch-ad) = 1e390a56003edb09ac19d5d29b98447ee8f3b2b2
SHA1 (patch-ae) = 51cfe3e62104bf9be1f2eb180fbfb8f5ba1147aa
+SHA1 (patch-af) = 954400df1a555329914bec2bced1a20bd1f876c8
diff --git a/games/gltron/patches/patch-af b/games/gltron/patches/patch-af
new file mode 100644
index 00000000000..5457fabade7
--- /dev/null
+++ b/games/gltron/patches/patch-af
@@ -0,0 +1,14 @@
+$NetBSD: patch-af,v 1.1 2006/06/29 19:55:37 joerg Exp $
+
+--- src/audio/sound.c.orig 2006-06-29 19:31:30.000000000 +0000
++++ src/audio/sound.c
+@@ -16,6 +16,9 @@ static char *game_fx_names[] = {
+ #endif
+ };
+
++void Sound_load(char *);
++void Sound_play(void);
++
+ void Sound_loadFX(void) {
+ int i;
+ char *path;