1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/audio/juke/files/patch-src_conf.h
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

15 lines
279 B
C

--- src/conf.h.orig 1999-04-07 17:47:53 UTC
+++ src/conf.h
@@ -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;