summaryrefslogtreecommitdiff
path: root/audio/SDL_mixer/patches/patch-aa
blob: 131bdc37484d2c9724186862c8ca8ac528af2444 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.2 2003/05/11 02:23:19 salo Exp $

--- timidity/config.h.orig	Mon Mar 24 00:04:57 2003
+++ timidity/config.h	Mon Mar 24 00:06:06 2003
@@ -206,7 +206,7 @@
 
 /* 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	PREFIX"/share/timidity/timidity.cfg"
 #ifdef __WIN32__
 #define DEFAULT_PATH	"\\TIMIDITY"
 #else