diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-03 11:22:08 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-03 11:22:08 +0000 |
commit | 202db5edee9ffb019f3c54bc72328a733aacba13 (patch) | |
tree | b133c73770d48b86971622dc3cf2669af02c2602 /audio/xmp/files/patch-aj | |
parent | Update port: xmms-infopipe from 1.3 to 1.3_1 (more clean install) (diff) |
Fixed broken build with xmms dependiency installed on the system.
Fixed broken build with xmms dependiency installed on the
system.
PR: ports/56679
Submitted by: YazzY <yazzy@yazzy.org>
Diffstat (limited to '')
-rw-r--r-- | audio/xmp/files/patch-aj | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/audio/xmp/files/patch-aj b/audio/xmp/files/patch-aj new file mode 100644 index 000000000000..d1a7f1c609f0 --- /dev/null +++ b/audio/xmp/files/patch-aj @@ -0,0 +1,19 @@ +*** src/xmms/plugin.c.orig Sun Jan 7 01:53:15 2001 +--- src/xmms/plugin.c Wed Sep 10 12:17:16 2003 +*************** +*** 228,234 **** + xmp_cfg.filter = TRUE; + xmp_cfg.pan_amplitude = 80; + +! #define CFGREADINT(x) xmms_cfg_read_int (cfg, "XMP", #x, &xmp_cfg.##x) + + filename = g_strconcat(g_get_home_dir(), "/.xmms/config", NULL); + if ((cfg = xmms_cfg_open_file(filename))) { +--- 228,234 ---- + xmp_cfg.filter = TRUE; + xmp_cfg.pan_amplitude = 80; + +! #define CFGREADINT(x) xmms_cfg_read_int (cfg, "XMP", #x, &xmp_cfg.x) + + filename = g_strconcat(g_get_home_dir(), "/.xmms/config", NULL); + if ((cfg = xmms_cfg_open_file(filename))) { |