Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 174291 Details for
Bug 249885
sci-physics/root-5.20.00-r2: ftgl.h vs FTGL.h header might not be found
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Change included file name for older tfgl versions
root-5.20.00-ftgl_header.patch (text/plain), 750 bytes, created by
Benjamin Bannier
on 2008-12-05 03:44:41 UTC
(
hide
)
Description:
Change included file name for older tfgl versions
Filename:
MIME Type:
Creator:
Benjamin Bannier
Created:
2008-12-05 03:44:41 UTC
Size:
750 bytes
patch
obsolete
>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"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 249885
:
174290
| 174291