]> git.pld-linux.org Git - packages/SDL_mixer.git/commitdiff
- fixes for timidity configuration.
authorkloczek <kloczek@pld-linux.org>
Tue, 6 Feb 2001 08:34:55 +0000 (08:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    SDL_mixer-timidity_cfg.patch -> 1.1

SDL_mixer-timidity_cfg.patch [new file with mode: 0644]

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.110403 seconds and 4 git commands to generate.