summaryrefslogtreecommitdiff
path: root/games/gltron
diff options
context:
space:
mode:
authorrillig <rillig>2006-06-26 11:14:56 +0000
committerrillig <rillig>2006-06-26 11:14:56 +0000
commitca9bd751429f1aa46f42d72e1dfe37873cc72904 (patch)
tree0de560e85dc3b97223d14c407b8a190e3248a212 /games/gltron
parentb6921eacf8b9f55eb8ea4e94708a48f8a399e6a8 (diff)
downloadpkgsrc-ca9bd751429f1aa46f42d72e1dfe37873cc72904.tar.gz
Added a patch for NetBSD.
Diffstat (limited to 'games/gltron')
-rw-r--r--games/gltron/distinfo3
-rw-r--r--games/gltron/patches/patch-ae15
2 files changed, 17 insertions, 1 deletions
diff --git a/games/gltron/distinfo b/games/gltron/distinfo
index a3e4dce7cf7..b3b89a62873 100644
--- a/games/gltron/distinfo
+++ b/games/gltron/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2005/02/23 23:11:58 agc Exp $
+$NetBSD: distinfo,v 1.4 2006/06/26 11:14:56 rillig Exp $
SHA1 (gltron-0.70-source.tar.gz) = 267bffa75c2c9f8bb1fa8a2d2254eef8b90be1d6
RMD160 (gltron-0.70-source.tar.gz) = 78f624cb622e9bc4847b912a6f7686949c197e54
@@ -7,3 +7,4 @@ SHA1 (patch-aa) = ab420d8775693c0e609879659f9d5cd2b9644398
SHA1 (patch-ab) = 3890e5b3c5c1ba27056e6f6030eac7309816bacb
SHA1 (patch-ac) = b7b42d8bce2c320650bfc45244e98b4ad2769c84
SHA1 (patch-ad) = 1e390a56003edb09ac19d5d29b98447ee8f3b2b2
+SHA1 (patch-ae) = 51cfe3e62104bf9be1f2eb180fbfb8f5ba1147aa
diff --git a/games/gltron/patches/patch-ae b/games/gltron/patches/patch-ae
new file mode 100644
index 00000000000..36a7592a276
--- /dev/null
+++ b/games/gltron/patches/patch-ae
@@ -0,0 +1,15 @@
+$NetBSD: patch-ae,v 1.1 2006/06/26 11:14:56 rillig Exp $
+
+Some dependency package also provides <audio/audio.h>, so it must be
+included directly.
+
+--- src/game/gui.c.orig 2003-12-13 18:01:24.000000000 +0100
++++ src/game/gui.c 2006-06-26 13:11:51.000000000 +0200
+@@ -3,6 +3,7 @@
+ #include <math.h>
+
+ #include "game/gltron.h"
++#include "../include/audio/audio.h"
+
+ /* FIXME: "ignored playMenuFX" */
+ void playMenuFX(int foo) { }