public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-libs/openmotif/files: openmotif-2.3.1-XmRenderT-no-xft.patch
@ 2008-06-28  8:46 Ulrich Mueller (ulm)
  0 siblings, 0 replies; only message in thread
From: Ulrich Mueller (ulm) @ 2008-06-28  8:46 UTC (permalink / raw
  To: gentoo-commits

ulm         08/06/28 08:46:28

  Added:                openmotif-2.3.1-XmRenderT-no-xft.patch
  Log:
  Add missing conditional for USE=-xft in XmRenderT.c, bug 229779.
  (Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r4 i686)

Revision  Changes    Path
1.1                  x11-libs/openmotif/files/openmotif-2.3.1-XmRenderT-no-xft.patch

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
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

Index: openmotif-2.3.1-XmRenderT-no-xft.patch
===================================================================
--- openmotif-2.3.1-orig/lib/Xm/XmRenderT.c	2008-04-23 16:58:27.000000000 +0200
+++ openmotif-2.3.1/lib/Xm/XmRenderT.c	2008-06-28 10:05:58.000000000 +0200
@@ -1979,6 +1979,7 @@
 }
 
 #ifdef FIX_1414
+#ifdef USE_XFT
 static int
 GetSameRenditions(XmRendition *rend_cache, XmRendition rend, int count_rend)
 {
@@ -2009,6 +2010,7 @@
 
 }
 #endif
+#endif
 
 /* Make sure all the font related resources make sense together and */
 /* then load the font specified by fontName if necessary. */



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-06-28  8:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-28  8:46 [gentoo-commits] gentoo-x86 commit in x11-libs/openmotif/files: openmotif-2.3.1-XmRenderT-no-xft.patch Ulrich Mueller (ulm)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox