2006-07-07 08:52:46 +02:00
|
|
|
$NetBSD: patch-aa,v 1.5 2006/07/07 06:52:46 adam Exp $
|
2003-04-03 10:17:21 +02:00
|
|
|
|
2006-07-07 08:52:46 +02:00
|
|
|
--- timidity/config.h.orig 2006-05-01 09:25:52.000000000 +0200
|
2005-01-05 13:20:37 +01:00
|
|
|
+++ timidity/config.h
|
2006-07-07 08:52:46 +02:00
|
|
|
@@ -169,7 +169,7 @@ typedef char int8;
|
2003-04-03 10:17:21 +02:00
|
|
|
|
|
|
|
/* You could specify a complete path, e.g. "/etc/timidity.cfg", and
|
|
|
|
then specify the library directory in the configuration file. */
|
|
|
|
-#define CONFIG_FILE "timidity.cfg"
|
2005-06-01 16:11:26 +02:00
|
|
|
+#define CONFIG_FILE SYSCONFDIR"/timidity.cfg"
|
2006-07-07 08:52:46 +02:00
|
|
|
#define CONFIG_FILE_ETC "/etc/timidity.cfg"
|
|
|
|
#define CONFIG_FILE_ETC_TIMIDITY "/etc/timidity/timidity.cfg"
|
|
|
|
|