Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/openmotif/files: openmotif-2.3.1-XmRenderT-no-xft.patch
Date: Sat, 28 Jun 2008 08:46:34
Message-Id: E1KCW4i-0000xb-1s@stork.gentoo.org
1 ulm 08/06/28 08:46:28
2
3 Added: openmotif-2.3.1-XmRenderT-no-xft.patch
4 Log:
5 Add missing conditional for USE=-xft in XmRenderT.c, bug 229779.
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r4 i686)
7
8 Revision Changes Path
9 1.1 x11-libs/openmotif/files/openmotif-2.3.1-XmRenderT-no-xft.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/files/openmotif-2.3.1-XmRenderT-no-xft.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/files/openmotif-2.3.1-XmRenderT-no-xft.patch?rev=1.1&content-type=text/plain
13
14 Index: openmotif-2.3.1-XmRenderT-no-xft.patch
15 ===================================================================
16 --- openmotif-2.3.1-orig/lib/Xm/XmRenderT.c 2008-04-23 16:58:27.000000000 +0200
17 +++ openmotif-2.3.1/lib/Xm/XmRenderT.c 2008-06-28 10:05:58.000000000 +0200
18 @@ -1979,6 +1979,7 @@
19 }
20
21 #ifdef FIX_1414
22 +#ifdef USE_XFT
23 static int
24 GetSameRenditions(XmRendition *rend_cache, XmRendition rend, int count_rend)
25 {
26 @@ -2009,6 +2010,7 @@
27
28 }
29 #endif
30 +#endif
31
32 /* Make sure all the font related resources make sense together and */
33 /* then load the font specified by fontName if necessary. */
34
35
36
37 --
38 gentoo-commits@l.g.o mailing list