]> git.pld-linux.org Git - packages/SDL_mixer.git/blob - SDL_mixer-timidity_cfg.patch
- added link patch (so that as-needed in LDFLAGS actually works)
[packages/SDL_mixer.git] / SDL_mixer-timidity_cfg.patch
1 --- SDL_mixer-1.2.7/timidity/timidity.c.orig    2006-05-14 21:54:25.000000000 +0200
2 +++ SDL_mixer-1.2.7/timidity/timidity.c 2006-05-20 01:21:52.074529000 +0200
3 @@ -294,11 +294,9 @@
4  {
5    const char *env = getenv("TIMIDITY_CFG");
6    if (!env || read_config_file(env)<0) {
7 -    if (read_config_file(CONFIG_FILE)<0) {
8        if (read_config_file(CONFIG_FILE_ETC)<0) {
9          return(-1);
10        }
11 -    }
12    }
13  
14    if (channels < 1 || channels == 3 || channels == 5 || channels > 6) return(-1);
This page took 0.11456 seconds and 3 git commands to generate.