Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/glame/files: glame-2.0.1-guile_1_8_compat.patch
Date: Sun, 21 Jun 2009 16:02:22
Message-Id: E1MIPUr-00035g-CL@stork.gentoo.org
1 ssuominen 09/06/21 16:02:21
2
3 Added: glame-2.0.1-guile_1_8_compat.patch
4 Log:
5 Fix compability with latest guile wrt #256206, thanks to Nathan Brink and others.
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 media-sound/glame/files/glame-2.0.1-guile_1_8_compat.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/glame/files/glame-2.0.1-guile_1_8_compat.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/glame/files/glame-2.0.1-guile_1_8_compat.patch?rev=1.1&content-type=text/plain
13
14 Index: glame-2.0.1-guile_1_8_compat.patch
15 ===================================================================
16 --- glame-2.0.1.orig/src/include/glame_guile_compat.h 2004-10-23 08:09:27.000000000 -0500
17 +++ glame-2.0.1.orig/src/include/glame_guile_compat.h 2006-05-26 15:35:56.009782750 -0500
18 @@ -38,7 +38,7 @@
19 #define NEW_GUILE 1
20
21 /* Glame wrapper functions: */
22 -#if (SCM_MINOR_VERSION < 7)
23 +#if (SCM_MINOR_VERSION <= 8)
24 /* use GLAME_NEWCELL instead of SCM_NEWCELL */
25 #define GLAME_NEWCELL(z) SCM_NEWCELL(z)
26 #endif