diff options
Diffstat (limited to 'sci-physics/root/files')
-rw-r--r-- | sci-physics/root/files/root-5.20.00-ftgl_header.patch | 26 |
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" |