Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 199648 Details for
Bug 224525
New ebuild: app-dicts/dictconv
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for compile with gcc 43
dictconv-0.2-gcc43.diff (text/plain), 2.83 KB, created by
sergio cerlesi
on 2009-07-30 12:29:10 UTC
(
hide
)
Description:
patch for compile with gcc 43
Filename:
MIME Type:
Creator:
sergio cerlesi
Created:
2009-07-30 12:29:10 UTC
Size:
2.83 KB
patch
obsolete
>diff -rupN dictconv-0.2.orig/src/babylon.cpp dictconv-0.2/src/babylon.cpp >--- dictconv-0.2.orig/src/babylon.cpp 2007-03-02 16:43:00.000000000 +0100 >+++ dictconv-0.2/src/babylon.cpp 2009-07-30 11:53:51.000000000 +0200 >@@ -22,6 +22,7 @@ > > #include<stdlib.h> > #include<stdio.h> >+#include<cstring> > > #include <iconv.h> > >diff -rupN dictconv-0.2.orig/src/dictdbuilder.cpp dictconv-0.2/src/dictdbuilder.cpp >--- dictconv-0.2.orig/src/dictdbuilder.cpp 2007-02-25 15:33:33.000000000 +0100 >+++ dictconv-0.2/src/dictdbuilder.cpp 2009-07-30 11:54:03.000000000 +0200 >@@ -19,7 +19,7 @@ > ***************************************************************************/ > > #include "dictdbuilder.h" >- >+#include <cstring> > #include <iostream> > > DictdBuilder::DictdBuilder( std::string filename ) >diff -rupN dictconv-0.2.orig/src/dictdbuilder.h dictconv-0.2/src/dictdbuilder.h >--- dictconv-0.2.orig/src/dictdbuilder.h 2007-02-25 15:33:33.000000000 +0100 >+++ dictconv-0.2/src/dictdbuilder.h 2009-07-30 11:54:27.000000000 +0200 >@@ -22,6 +22,8 @@ > > #include "dictbuilder.h" > >+#include <sys/types.h> >+ > #include <map> > #include <fstream> > >diff -rupN dictconv-0.2.orig/src/plaintextdictbuilder.h dictconv-0.2/src/plaintextdictbuilder.h >--- dictconv-0.2.orig/src/plaintextdictbuilder.h 2007-02-19 18:22:48.000000000 +0100 >+++ dictconv-0.2/src/plaintextdictbuilder.h 2009-07-30 11:54:40.000000000 +0200 >@@ -23,6 +23,8 @@ > > #include "dictbuilder.h" > >+#include <sys/types.h> >+ > #include <fstream> > #include <map> > >diff -rupN dictconv-0.2.orig/src/sdict.h dictconv-0.2/src/sdict.h >--- dictconv-0.2.orig/src/sdict.h 2007-02-17 15:48:04.000000000 +0100 >+++ dictconv-0.2/src/sdict.h 2009-07-30 11:55:16.000000000 +0200 >@@ -24,6 +24,8 @@ > #include <fstream> > #include <vector> > >+#include <sys/types.h> >+ > using namespace std; > > typedef unsigned char uchar; >diff -rupN dictconv-0.2.orig/src/stardict.cpp dictconv-0.2/src/stardict.cpp >--- dictconv-0.2.orig/src/stardict.cpp 2007-02-17 15:48:04.000000000 +0100 >+++ dictconv-0.2/src/stardict.cpp 2009-07-30 11:56:04.000000000 +0200 >@@ -21,6 +21,9 @@ > > #include <zlib.h> > >+#include <cstring> >+#include <cstdlib> >+ > #define CHUNK 0xffffL > > StarDict::StarDict( const char *filename ) >diff -rupN dictconv-0.2.orig/src/stardict.h dictconv-0.2/src/stardict.h >--- dictconv-0.2.orig/src/stardict.h 2007-02-17 15:48:04.000000000 +0100 >+++ dictconv-0.2/src/stardict.h 2009-07-30 11:56:18.000000000 +0200 >@@ -24,6 +24,8 @@ > #include <fstream> > #include <vector> > >+#include <sys/types.h> >+ > using namespace std; > > /** >diff -rupN dictconv-0.2.orig/src/stardictbuilder.h dictconv-0.2/src/stardictbuilder.h >--- dictconv-0.2.orig/src/stardictbuilder.h 2007-02-17 15:48:04.000000000 +0100 >+++ dictconv-0.2/src/stardictbuilder.h 2009-07-30 11:55:30.000000000 +0200 >@@ -25,6 +25,8 @@ > #include <map> > #include <fstream> > >+#include <cstdlib> >+ > class StarDictBuilder : public DictBuilder > { >
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 224525
:
155147
|
155149
|
170148
|
199646
|
199647
| 199648