Search
j0ke.net Open Build Service
>
Projects
>
devel
>
swfmill
> swfmill-gcc43.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File swfmill-gcc43.patch of Package swfmill
--- src/swft/swft_css.cpp.orig 2008-06-29 15:06:17.000000000 +0200 +++ src/swft/swft_css.cpp 2008-06-29 15:07:01.000000000 +0200 @@ -1,6 +1,7 @@ /* ultra-simple css "parser". only works for simple inline styles like sodipodi/inkscape use. */ #include <string> +#include <string.h> #include <iostream> #include <libxslt/extensions.h> #include <libxslt/xsltutils.h> @@ -236,4 +237,4 @@ //fprintf(stderr,"looking up style %s: %s\n", needle, r.c_str() ); valuePush( ctx, xmlXPathNewString( (const xmlChar *)r.c_str() ) ); -} \ Kein Zeilenumbruch am Dateiende. +} --- src/swft/swft_import_mp3.cpp.orig 2008-06-29 15:18:10.000000000 +0200 +++ src/swft/swft_import_mp3.cpp 2008-06-29 15:18:52.000000000 +0200 @@ -5,6 +5,7 @@ #include "swft.h" #include <sys/types.h> #include <sys/stat.h> +#include <string.h> #define TMP_STRLEN 0xff