From: kloczek Date: Tue, 6 Feb 2001 08:34:55 +0000 (+0000) Subject: - fixes for timidity configuration. X-Git-Tag: SDL_mixer-1_1_0-3~1 X-Git-Url: http://git.pld-linux.org/?p=packages%2FSDL_mixer.git;a=commitdiff_plain;h=8c74319c1e87e9f2effa6d31be520f34912561c6 - fixes for timidity configuration. Changed files: SDL_mixer-timidity_cfg.patch -> 1.1 --- diff --git a/SDL_mixer-timidity_cfg.patch b/SDL_mixer-timidity_cfg.patch new file mode 100644 index 0000000..dca2cc3 --- /dev/null +++ b/SDL_mixer-timidity_cfg.patch @@ -0,0 +1,17 @@ +diff -Nru SDL_mixer-1.1.0/timidity/config.h SDL_mixer-1.1.0.new/timidity/config.h +--- SDL_mixer-1.1.0/timidity/config.h Tue Feb 6 09:29:33 2001 ++++ SDL_mixer-1.1.0.new/timidity/config.h Tue Feb 6 09:32:54 2001 +@@ -202,11 +202,11 @@ + + /* 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/timidity.cfg" + #ifdef __WIN32__ + #define DEFAULT_PATH "\\TIMIDITY" + #else +-#define DEFAULT_PATH "/usr/local/lib/timidity" ++#define DEFAULT_PATH "/usr/share/timidity" + #endif + + /* These affect general volume */