diff options
author | rillig <rillig@pkgsrc.org> | 2006-06-26 11:14:56 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-06-26 11:14:56 +0000 |
commit | 2e30ebc5a5883affc8634cf81113f65de998f977 (patch) | |
tree | 0de560e85dc3b97223d14c407b8a190e3248a212 /games/gltron/patches | |
parent | 8221d32214999773a7ade8278af50628ca516f46 (diff) | |
download | pkgsrc-2e30ebc5a5883affc8634cf81113f65de998f977.tar.gz |
Added a patch for NetBSD.
Diffstat (limited to 'games/gltron/patches')
-rw-r--r-- | games/gltron/patches/patch-ae | 15 |
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) { } |