SOURCES: perl-Font-FreeType-gcc4.patch (NEW) - new

arekm arekm at pld-linux.org
Sun Jun 10 00:44:16 CEST 2007


Author: arekm                        Date: Sat Jun  9 22:44:16 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- new

---- Files affected:
SOURCES:
   perl-Font-FreeType-gcc4.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/perl-Font-FreeType-gcc4.patch
diff -u /dev/null SOURCES/perl-Font-FreeType-gcc4.patch:1.1
--- /dev/null	Sun Jun 10 00:44:16 2007
+++ SOURCES/perl-Font-FreeType-gcc4.patch	Sun Jun 10 00:44:11 2007
@@ -0,0 +1,12 @@
+diff -urN Font-FreeType-0.03.org/FreeType.xs Font-FreeType-0.03/FreeType.xs
+--- Font-FreeType-0.03.org/FreeType.xs	2004-09-11 22:50:44.000000000 +0200
++++ Font-FreeType-0.03/FreeType.xs	2007-06-10 00:44:09.873808974 +0200
+@@ -805,7 +805,7 @@
+             char_code = FT_Get_First_Char(face, &glyph_idx);
+             while (glyph_idx) {
+                 if (glyph_idx == glyph->index) {
+-                    RETVAL = newSVuv((UV) glyph->char_code = char_code);
++                    RETVAL = newSVuv(glyph->char_code = char_code);
+                     break;
+                 }
+                 char_code = FT_Get_Next_Char(face, char_code, &glyph_idx);
================================================================


More information about the pld-cvs-commit mailing list