From 8ef903640a256ab43495f880f2948117d54f4261 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Mon, 29 Aug 2005 17:31:14 +0000 Subject: Add mp-player 0.6, a curses based module tracker using libmikmod. PR: ports/85304 Submitted by: Emanuel Haupt --- audio/mp-player/files/patch-mp.c | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 audio/mp-player/files/patch-mp.c (limited to 'audio/mp-player/files') diff --git a/audio/mp-player/files/patch-mp.c b/audio/mp-player/files/patch-mp.c new file mode 100644 index 000000000000..d74b2eaeb994 --- /dev/null +++ b/audio/mp-player/files/patch-mp.c @@ -0,0 +1,19 @@ +--- mp.c.orig Fri Aug 26 09:59:36 2005 ++++ mp.c Fri Aug 26 09:59:57 2005 +@@ -27,7 +27,7 @@ + #include + #include + #include +-#include ++#include + + #include + #include +@@ -41,6 +41,7 @@ + ******************************************************************************/ + + #define VERSION "0.6" /* here it is */ ++#define NAME_MAX 255 + + + /*** Various. ***/ -- cgit v1.2.3