aboutsummaryrefslogtreecommitdiff
path: root/audio/mp-player/files
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2005-08-29 17:31:14 +0000
committerRenato Botelho <garga@FreeBSD.org>2005-08-29 17:31:14 +0000
commit8ef903640a256ab43495f880f2948117d54f4261 (patch)
tree303da4e7865822665cc0cced7094de15de85c61e /audio/mp-player/files
parente75a8ad50f8f7569f4cc38b652cffd6188607c8b (diff)
downloadports-8ef903640a256ab43495f880f2948117d54f4261.tar.gz
ports-8ef903640a256ab43495f880f2948117d54f4261.zip
Add mp-player 0.6, a curses based module tracker using libmikmod.
PR: ports/85304 Submitted by: Emanuel Haupt <ehaupt@critical.ch>
Notes
Notes: svn path=/head/; revision=141358
Diffstat (limited to 'audio/mp-player/files')
-rw-r--r--audio/mp-player/files/patch-mp.c19
1 files changed, 19 insertions, 0 deletions
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 <sys/ioctl.h>
+ #include <sys/types.h>
+ #include <sys/stat.h>
+-#include <linux/soundcard.h>
++#include <sys/soundcard.h>
+
+ #include <curses.h>
+ #include <panel.h>
+@@ -41,6 +41,7 @@
+ ******************************************************************************/
+
+ #define VERSION "0.6" /* here it is */
++#define NAME_MAX 255
+
+
+ /*** Various. ***/