From 8c74319c1e87e9f2effa6d31be520f34912561c6 Mon Sep 17 00:00:00 2001 From: kloczek Date: Tue, 6 Feb 2001 08:34:55 +0000 Subject: [PATCH] - fixes for timidity configuration. Changed files: SDL_mixer-timidity_cfg.patch -> 1.1 --- SDL_mixer-timidity_cfg.patch | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 SDL_mixer-timidity_cfg.patch 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 */ -- 2.43.0