Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:lafenghu
perl-Font-FreeType
build.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File build.patch of Package perl-Font-FreeType
diff -ru Font-FreeType-0.03.orig/FreeType.xs Font-FreeType-0.03/FreeType.xs --- Font-FreeType-0.03.orig/FreeType.xs 2004-09-11 22:50:44.000000000 +0200 +++ Font-FreeType-0.03/FreeType.xs 2007-08-10 17:54:45.000000000 +0200 @@ -21,6 +21,7 @@ #include FT_GLYPH_H #include FT_OUTLINE_H #include FT_BBOX_H +#include FT_TYPE1_TABLES_H #undef assert #include <assert.h> @@ -805,7 +806,8 @@ 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); + glyph->char_code = char_code; + RETVAL = newSVuv((UV) glyph->char_code); break; } char_code = FT_Get_Next_Char(face, char_code, &glyph_idx); @@ -1052,7 +1054,7 @@ rows = newAV(); av_extend(rows, bitmap->rows - 1); buf = bitmap->buffer; - row_buf = New(0, row_buf, bitmap->width, unsigned char); + New(0, row_buf, bitmap->width, unsigned char); if (bitmap->pixel_mode == FT_PIXEL_MODE_MONO) { for (i = 0; i < bitmap->rows; ++i) {
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor