summaryrefslogtreecommitdiff
path: root/audio/SDL_mixer/patches/patch-aa
blob: d6aa6aec9856ffd6eb1ba8a728bc46e2008061e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.4 2005/06/01 14:11:26 wiz Exp $

--- timidity/config.h.orig	2004-12-16 05:20:14.000000000 +0000
+++ timidity/config.h
@@ -223,7 +223,7 @@ typedef char int8;
 
 /* 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	SYSCONFDIR"/timidity.cfg"
 #ifdef __WIN32__
 #define DEFAULT_PATH	"\\TIMIDITY"
 #else