forked from Lainports/freebsd-ports
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>
11 lines
334 B
C
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 */
|