summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Arnold <nerdboy@gentoo.org>2005-12-21 03:30:53 +0000
committerSteve Arnold <nerdboy@gentoo.org>2005-12-21 03:30:53 +0000
commitb0c9e07e6a20549ea2350161449f38f2c5d688fd (patch)
treea51165b66192f539efe8e4da8c5c7c96dc6a1bed /app-doc/doxygen/files
parentVersion bump. closes bug #115721 (diff)
downloadgentoo-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.patch19
-rw-r--r--app-doc/doxygen/files/doxygen-utf8-ru.patch.gzbin0 -> 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
new file mode 100644
index 000000000000..b76601208950
--- /dev/null
+++ b/app-doc/doxygen/files/doxygen-utf8-ru.patch.gz
Binary files differ