mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-11 05:22:40 -04:00
14 lines
493 B
Plaintext
14 lines
493 B
Plaintext
$NetBSD: patch-aa,v 1.6 2009/10/31 00:16:40 wiz Exp $
|
|
|
|
--- timidity/config.h.orig 2009-10-12 23:06:52.000000000 +0000
|
|
+++ timidity/config.h
|
|
@@ -171,7 +171,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"
|
|
#define CONFIG_FILE_ETC "/etc/timidity.cfg"
|
|
|
|
#if defined(__WIN32__) || defined(__OS2__)
|