freebsd-ports/audio/mcplay/files/patch-config.h
Martin Wilke d6843fd87e mcplay is a curses based front-end for various audio players. It
is a reimplementation in C of the well-known python program 'cplay'.

Supported players currently include:
- mpg123
- ogg123
- sox

WWW:	http://www.yahuxo.de/mcplay/

PR:		ports/144879
Submitted by:	Charlie Kester <corky1951 at comcast.net>
2010-03-20 18:55:54 +00:00

11 lines
334 B
C

--- config.h.orig 2010-03-18 18:48:31.000000000 -0700
+++ config.h 2010-03-18 18:50:27.000000000 -0700
@@ -26,7 +26,7 @@
#define LOGFILE_S LOGDIR_S""G_DIR_SEPARATOR_S""PROGNAME_S".log"
/* if you have linux */
-#include <linux/limits.h>
+#include <sys/limits.h>
/* else */
/* #define PATH_MAX 1000 */
/* #define NAME_MAX 200 */