pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/gltron Add two missing local protoypes.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d07b38ac3b2b
branches:  trunk
changeset: 515253:d07b38ac3b2b
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Jun 29 19:55:37 2006 +0000

description:
Add two missing local protoypes.

diffstat:

 games/gltron/distinfo         |   3 ++-
 games/gltron/patches/patch-af |  14 ++++++++++++++
 2 files changed, 16 insertions(+), 1 deletions(-)

diffs (32 lines):

diff -r 088497467812 -r d07b38ac3b2b games/gltron/distinfo
--- a/games/gltron/distinfo     Thu Jun 29 18:58:19 2006 +0000
+++ b/games/gltron/distinfo     Thu Jun 29 19:55:37 2006 +0000
@@ -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-ac) = b7b42d8bce2c320650bfc45244e98b4ad2769c84
 SHA1 (patch-ad) = 1e390a56003edb09ac19d5d29b98447ee8f3b2b2
 SHA1 (patch-ae) = 51cfe3e62104bf9be1f2eb180fbfb8f5ba1147aa
+SHA1 (patch-af) = 954400df1a555329914bec2bced1a20bd1f876c8
diff -r 088497467812 -r d07b38ac3b2b games/gltron/patches/patch-af
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/gltron/patches/patch-af     Thu Jun 29 19:55:37 2006 +0000
@@ -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;



Home | Main Index | Thread Index | Old Index