Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 200094 Details for
Bug 109611
media-video/swfmill (new package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to fix missing imports of <string.h> in swft
swft_strcmp_fix.patch (text/plain), 739 bytes, created by
Charlie Nolan
on 2009-08-04 03:02:44 UTC
(
hide
)
Description:
Patch to fix missing imports of <string.h> in swft
Filename:
MIME Type:
Creator:
Charlie Nolan
Created:
2009-08-04 03:02:44 UTC
Size:
739 bytes
patch
obsolete
>--- swft/swft_css.cpp >+++ swft/swft_css.cpp >@@ -1,6 +1,6 @@ > /* 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 +236,4 @@ void swft_css_lookup( xmlXPathParserContextPtr ctx, int nargs ) { > //fprintf(stderr,"looking up style %s: %s\n", needle, r.c_str() ); > > valuePush( ctx, xmlXPathNewString( (const xmlChar *)r.c_str() ) ); >-} >\ No newline at end of file >+} >--- swft/swft_import_mp3.cpp >+++ swft/swft_import_mp3.cpp >@@ -1,3 +1,4 @@ >+#include <string.h> > #include <libxslt/extensions.h> > #include <libxslt/xsltutils.h> > #include <libxslt/variables.h>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 109611
:
70873
|
70950
|
108844
|
108859
|
108865
| 200094 |
217298
|
278205
|
278207
|
312391
|
312395
|
314105
|
314817