summaryrefslogtreecommitdiff
path: root/games/gltron/patches
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/patches
parentb6921eacf8b9f55eb8ea4e94708a48f8a399e6a8 (diff)
downloadpkgsrc-ca9bd751429f1aa46f42d72e1dfe37873cc72904.tar.gz
Added a patch for NetBSD.
Diffstat (limited to 'games/gltron/patches')
-rw-r--r--games/gltron/patches/patch-ae15
1 files changed, 15 insertions, 0 deletions
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) { }