Changes of Revision 5
[-] | Changed | swfmill.spec |
x 1
2 3 4 Source: http://swfmill.org/releases/swfmill-%{version}.tar.gz 5 +Patch0: swfmill-gcc43.patch 6 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root 7 8 %if 0%{?suse_version} 9
10 11 %prep 12 %setup 13 +%patch0 14 15 %build 16 %configure --disable-static 17 |
||
[+] | Added | swfmill-gcc43.patch ^ |
@@ -0,0 +1,17 @@ +--- 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. ++} |