]> git.pld-linux.org Git - packages/ftgl.git/commitdiff
- fix build on gcc4 auto/th/ftgl-2_1_2-2
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Wed, 12 Apr 2006 22:00:07 +0000 (22:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ftgl-gcc4.patch -> 1.1

ftgl-gcc4.patch [new file with mode: 0644]

diff --git a/ftgl-gcc4.patch b/ftgl-gcc4.patch
new file mode 100644 (file)
index 0000000..f73b49a
--- /dev/null
@@ -0,0 +1,12 @@
+diff -urN FTGL/include/FTTextureGlyph.h FTGL.new/include/FTTextureGlyph.h
+--- FTGL/include/FTTextureGlyph.h      2004-10-17 02:40:13.000000000 +0200
++++ FTGL.new/include/FTTextureGlyph.h  2006-04-12 23:51:45.000000000 +0200
+@@ -52,7 +52,7 @@
+          * Reset the currently active texture to zero to get into a known state before
+          * drawing a string. This is to get round possible threading issues.
+          */
+-        static void FTTextureGlyph::ResetActiveTexture(){ activeTextureID = 0;}
++        static void ResetActiveTexture(){ activeTextureID = 0;}
+         
+     private:
+         /**
This page took 0.022806 seconds and 4 git commands to generate.