From dd12f43af426cb2598730af2c16e688ae303b905 Mon Sep 17 00:00:00 2001 From: Stefan Fiedler Date: Tue, 19 Jun 2007 04:23:41 +0000 Subject: [PATCH] Stefan Fiedler: libsdl_mixer: use the same search path for the included timidity code than the timidity++ package (/usr/share/timidity), not /usr/local/lib/timidity [2007060423455479110] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@8570 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- .../libsdl_mixer/no-local-default-path.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package/blindcoder/libsdl_mixer/no-local-default-path.patch diff --git a/package/blindcoder/libsdl_mixer/no-local-default-path.patch b/package/blindcoder/libsdl_mixer/no-local-default-path.patch new file mode 100644 index 000000000..c5f1c6f5a --- /dev/null +++ b/package/blindcoder/libsdl_mixer/no-local-default-path.patch @@ -0,0 +1,11 @@ +--- ./timidity/config.h-orig 2006-05-01 09:25:52.000000000 +0200 ++++ ./timidity/config.h 2007-06-04 23:14:13.000000000 +0200 +@@ -176,7 +176,7 @@ + #if defined(__WIN32__) || defined(__OS2__) + #define DEFAULT_PATH "\\TIMIDITY" + #else +-#define DEFAULT_PATH "/usr/local/lib/timidity" ++#define DEFAULT_PATH "/usr/share/timidity" + #endif + + /* These affect general volume */