diff options
author | Steve Arnold <nerdboy@gentoo.org> | 2005-12-21 03:30:53 +0000 |
---|---|---|
committer | Steve Arnold <nerdboy@gentoo.org> | 2005-12-21 03:30:53 +0000 |
commit | b0c9e07e6a20549ea2350161449f38f2c5d688fd (patch) | |
tree | a51165b66192f539efe8e4da8c5c7c96dc6a1bed /app-doc/doxygen/files | |
parent | Version bump. closes bug #115721 (diff) | |
download | gentoo-2-b0c9e07e6a20549ea2350161449f38f2c5d688fd.tar.gz gentoo-2-b0c9e07e6a20549ea2350161449f38f2c5d688fd.tar.bz2 gentoo-2-b0c9e07e6a20549ea2350161449f38f2c5d688fd.zip |
patched all versions with fixes for bugs 112076 and 113420
(Portage version: 2.1_pre1)
Diffstat (limited to 'app-doc/doxygen/files')
-rw-r--r-- | app-doc/doxygen/files/doxygen-gcc4.patch | 19 | ||||
-rw-r--r-- | app-doc/doxygen/files/doxygen-utf8-ru.patch.gz | bin | 0 -> 14412 bytes |
2 files changed, 19 insertions, 0 deletions
diff --git a/app-doc/doxygen/files/doxygen-gcc4.patch b/app-doc/doxygen/files/doxygen-gcc4.patch new file mode 100644 index 000000000000..253914f307d9 --- /dev/null +++ b/app-doc/doxygen/files/doxygen-gcc4.patch @@ -0,0 +1,19 @@ +*** qtools/qvaluestack.h.old Wed Nov 23 22:27:00 2005 +--- qtools/qvaluestack.h Wed Nov 23 22:27:06 2005 +*************** +*** 54,60 **** + { + T elem( this->last() ); + if ( !this->isEmpty() ) +! remove( this->fromLast() ); + return elem; + } + T& top() { return this->last(); } +--- 54,60 ---- + { + T elem( this->last() ); + if ( !this->isEmpty() ) +! this->remove( this->fromLast() ); + return elem; + } + T& top() { return this->last(); } diff --git a/app-doc/doxygen/files/doxygen-utf8-ru.patch.gz b/app-doc/doxygen/files/doxygen-utf8-ru.patch.gz Binary files differnew file mode 100644 index 000000000000..b76601208950 --- /dev/null +++ b/app-doc/doxygen/files/doxygen-utf8-ru.patch.gz |