1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/audio/juke/files/patch-aa
Steve Price 1a21506918 Initial import of juke version 0.5
A simple curses/ncursebased juke box program.

PR:		11439
Submitted by:	Oyvind Moll <oyvindmo@initio.no>
1999-05-03 03:47:31 +00:00

15 lines
315 B
Plaintext

--- ../juke.orig/src/conf.h Thu Apr 15 21:44:53 1999
+++ ./src/conf.h Sun May 2 12:16:58 1999
@@ -1,6 +1,11 @@
#define CFG_ARGS 10
#define CFG_STRLEN 100
+#ifndef PREFIX
+#define PREFIX "/usr/local"
+#endif
+#define CFG_RCFILE PREFIX "/etc/juke.conf"
+
struct CFG_FORMAT {
int args;
int match_len;