summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2008-12-05 17:06:55 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2008-12-05 17:06:55 +0000
commitf6ba3aa5ff62e7df3c642c51dfaefded651848c6 (patch)
treef5e49bf17391c81f43b6bdebbc868f2ffa1e1b11 /sci-physics/root/files
parentEmacs and dependencies fixes, thanks to ulm, bug #249360. Removed -j1 since p... (diff)
downloadgentoo-2-f6ba3aa5ff62e7df3c642c51dfaefded651848c6.tar.gz
gentoo-2-f6ba3aa5ff62e7df3c642c51dfaefded651848c6.tar.bz2
gentoo-2-f6ba3aa5ff62e7df3c642c51dfaefded651848c6.zip
Fixed for older ftgl versions, bug #249885, thanks to Benjamin Bannier
(Portage version: 2.2_rc16/cvs/Linux 2.6.25-gentoo-r7 x86_64)
Diffstat (limited to 'sci-physics/root/files')
-rw-r--r--sci-physics/root/files/root-5.20.00-ftgl_header.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/sci-physics/root/files/root-5.20.00-ftgl_header.patch b/sci-physics/root/files/root-5.20.00-ftgl_header.patch
new file mode 100644
index 000000000000..de4e18a8f40d
--- /dev/null
+++ b/sci-physics/root/files/root-5.20.00-ftgl_header.patch
@@ -0,0 +1,26 @@
+diff --git a/graf3d/gl/src/TGLFontManager.cxx b/graf3d/gl/src/TGLFontManager.cxx
+index 5334023..8f35ccc 100644
+--- a/graf3d/gl/src/TGLFontManager.cxx
++++ b/graf3d/gl/src/TGLFontManager.cxx
+@@ -6,7 +6,7 @@
+ #include "TObjString.h"
+ #include "TGLUtil.h"
+
+-#include <FTGL/ftgl.h>
++#include <FTGL/FTGL.h>
+ #include "FTGLExtrdFont.h"
+ #include "FTGLOutlineFont.h"
+ #include "FTGLPolygonFont.h"
+diff --git a/graf3d/gl/src/TGLText.cxx b/graf3d/gl/src/TGLText.cxx
+index a60c532..bb0dc7c 100644
+--- a/graf3d/gl/src/TGLText.cxx
++++ b/graf3d/gl/src/TGLText.cxx
+@@ -18,7 +18,7 @@
+ #include "TSystem.h"
+ #include "TEnv.h"
+
+-#include <FTGL/ftgl.h>
++#include <FTGL/FTGL.h>
+ #include "FTGLOutlineFont.h"
+ #include "FTGLPolygonFont.h"
+ #include "FTGLTextureFont.h"