summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2004-04-08 09:01:00 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2004-04-08 09:01:00 +0000
commitb651b59faab895a64a62324323cc457d6958ceed (patch)
treeb1eef9833c1e84eb94213728e03e96479d69fb53 /media-sound/playmidi/files
parentRemoving block on removed alsa plugin package. (Manifest recommit) (diff)
downloadgentoo-2-b651b59faab895a64a62324323cc457d6958ceed.tar.gz
gentoo-2-b651b59faab895a64a62324323cc457d6958ceed.tar.bz2
gentoo-2-b651b59faab895a64a62324323cc457d6958ceed.zip
fix
Diffstat (limited to 'media-sound/playmidi/files')
-rw-r--r--media-sound/playmidi/files/playmidi-2.5.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/media-sound/playmidi/files/playmidi-2.5.patch b/media-sound/playmidi/files/playmidi-2.5.patch
new file mode 100644
index 000000000000..317b5c8734b7
--- /dev/null
+++ b/media-sound/playmidi/files/playmidi-2.5.patch
@@ -0,0 +1,22 @@
+--- io_ncurses.c.orig 2003-11-30 19:23:34.000000000 -0800
++++ io_ncurses.c 2003-11-30 19:23:46.000000000 -0800
+@@ -14,11 +14,7 @@
+ Kelly Drive, Lackland AFB, TX 78236-5128, USA.
+ *************************************************************************/
+ #include "playmidi.h"
+-#ifdef linux
+-#include <ncurses/curses.h>
+-#else
+ #include <ncurses.h>
+-#endif
+ #include "gsvoices.h"
+ #include <sys/time.h>
+ #include <unistd.h>
+--- playmidi.h-dist.orig 2003-11-30 19:49:35.000000000 -0800
++++ playmidi.h-dist 2003-11-30 19:49:46.000000000 -0800
+@@ -1,4 +1,4 @@
+-#define RELEASE "Playmidi 2.4"
++#define RELEASE "Playmidi 2.5"
+ /************************************************************************
+ playmidi.h -- defines and structures for use by playmidi package
+