Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-physics/root/files: root-5.20.00-ftgl_header.patch
Date: Fri, 05 Dec 2008 17:06:57
Message-Id: E1L8e8l-0000Es-Cp@stork.gentoo.org
1 bicatali 08/12/05 17:06:55
2
3 Added: root-5.20.00-ftgl_header.patch
4 Log:
5 Fixed for older ftgl versions, bug #249885, thanks to Benjamin Bannier
6 (Portage version: 2.2_rc16/cvs/Linux 2.6.25-gentoo-r7 x86_64)
7
8 Revision Changes Path
9 1.1 sci-physics/root/files/root-5.20.00-ftgl_header.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/root/files/root-5.20.00-ftgl_header.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-physics/root/files/root-5.20.00-ftgl_header.patch?rev=1.1&content-type=text/plain
13
14 Index: root-5.20.00-ftgl_header.patch
15 ===================================================================
16 diff --git a/graf3d/gl/src/TGLFontManager.cxx b/graf3d/gl/src/TGLFontManager.cxx
17 index 5334023..8f35ccc 100644
18 --- a/graf3d/gl/src/TGLFontManager.cxx
19 +++ b/graf3d/gl/src/TGLFontManager.cxx
20 @@ -6,7 +6,7 @@
21 #include "TObjString.h"
22 #include "TGLUtil.h"
23
24 -#include <FTGL/ftgl.h>
25 +#include <FTGL/FTGL.h>
26 #include "FTGLExtrdFont.h"
27 #include "FTGLOutlineFont.h"
28 #include "FTGLPolygonFont.h"
29 diff --git a/graf3d/gl/src/TGLText.cxx b/graf3d/gl/src/TGLText.cxx
30 index a60c532..bb0dc7c 100644
31 --- a/graf3d/gl/src/TGLText.cxx
32 +++ b/graf3d/gl/src/TGLText.cxx
33 @@ -18,7 +18,7 @@
34 #include "TSystem.h"
35 #include "TEnv.h"
36
37 -#include <FTGL/ftgl.h>
38 +#include <FTGL/FTGL.h>
39 #include "FTGLOutlineFont.h"
40 #include "FTGLPolygonFont.h"
41 #include "FTGLTextureFont.h"