#! /bin/sh /usr/share/dpatch/dpatch-run
## 06_fix06_fix_wrong_UPPERCASE_in_Renderer.hpp.dpatch by Francesco Namuri <francesco@namuri.it>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: This patch only correct a outdated name of the ftgl header file.
## DP: Now the correct file name is lowercase.

@DPATCH@
diff -urNad libprojectm-1.01~/Renderer.hpp libprojectm-1.01/Renderer.hpp
--- libprojectm-1.01~/Renderer.hpp	2008-07-07 15:34:20.000000000 +0200
+++ libprojectm-1.01/Renderer.hpp	2008-07-07 15:35:19.000000000 +0200
@@ -21,7 +21,7 @@
 #include <FTGLPixmapFont.h>
 #include <FTGLExtrdFont.h>
 #else
-#include <FTGL/FTGL.h>
+#include <FTGL/ftgl.h>
 #include <FTGL/FTGLPixmapFont.h>
 #include <FTGL/FTGLExtrdFont.h>
 #endif
