diff options
author | Steve Arnold <nerdboy@gentoo.org> | 2005-05-30 04:23:40 +0000 |
---|---|---|
committer | Steve Arnold <nerdboy@gentoo.org> | 2005-05-30 04:23:40 +0000 |
commit | c33ec4ca62601c138709ac4b8488bef44d480716 (patch) | |
tree | 959f06e80af4afb4a4cf7fe497fc497786c2e2c8 /app-doc/doxygen/files/doxygen-1.4.3-cp1251.patch | |
parent | old (diff) | |
download | historical-c33ec4ca62601c138709ac4b8488bef44d480716.tar.gz historical-c33ec4ca62601c138709ac4b8488bef44d480716.tar.bz2 historical-c33ec4ca62601c138709ac4b8488bef44d480716.zip |
new version and other fixes for bug 92789, 85668, and 89075.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'app-doc/doxygen/files/doxygen-1.4.3-cp1251.patch')
-rw-r--r-- | app-doc/doxygen/files/doxygen-1.4.3-cp1251.patch | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/app-doc/doxygen/files/doxygen-1.4.3-cp1251.patch b/app-doc/doxygen/files/doxygen-1.4.3-cp1251.patch new file mode 100644 index 000000000000..0ffed14733e1 --- /dev/null +++ b/app-doc/doxygen/files/doxygen-1.4.3-cp1251.patch @@ -0,0 +1,35 @@ +--- qtools/qtextcodec.cpp.orig 2003-12-14 14:00:57.000000000 -0800 ++++ qtools/qtextcodec.cpp 2005-05-29 19:13:17.000000000 -0700 +@@ -1321,7 +1321,7 @@ + + + +-#ifndef QT_NO_CODECS ++// #ifndef QT_NO_CODECS + + class QSimpleTextCodec: public QTextCodec + { +@@ -1948,7 +1948,7 @@ + } + + +-#endif // QT_NO_CODECS ++// #endif // QT_NO_CODECS + + class QLatin1Codec: public QTextCodec + { +@@ -2048,12 +2048,13 @@ + { + (void)new QLatin1Codec; + +-#ifndef QT_NO_CODECS ++ + int i = 0; + do { + (void)new QSimpleTextCodec( i ); + } while( unicodevalues[i++].mib != LAST_MIB ); + ++#ifndef QT_NO_CODECS + (void)new QEucJpCodec; + (void)new QSjisCodec; + (void)new QJisCodec; |