]> git.pld-linux.org Git - packages/SDL_mixer.git/blobdiff - SDL_mixer-timidity_cfg.patch
- fixes for timidity configuration.
[packages/SDL_mixer.git] / SDL_mixer-timidity_cfg.patch
diff --git a/SDL_mixer-timidity_cfg.patch b/SDL_mixer-timidity_cfg.patch
new file mode 100644 (file)
index 0000000..dca2cc3
--- /dev/null
@@ -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 */
This page took 0.116401 seconds and 4 git commands to generate.