summaryrefslogtreecommitdiff
path: root/audio/sdl_mixer/files/patch-timidity_config.h
blob: c6463f9e197b3ca44bd150168fc49be6866aaff4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- timidity/config.h.orig	2012-01-15 22:01:05 UTC
+++ timidity/config.h
@@ -161,7 +161,7 @@ typedef char int8;
 /* 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"
-#define CONFIG_FILE_ETC "/etc/timidity.cfg"
+#define CONFIG_FILE_ETC "%%CONFIG_FILE%%"
 
 #if defined(__WIN32__) || defined(__OS2__)
 #define DEFAULT_PATH	"C:\\TIMIDITY"