summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Arnold <nerdboy@gentoo.org>2006-05-27 19:04:36 +0000
committerSteve Arnold <nerdboy@gentoo.org>2006-05-27 19:04:36 +0000
commit8c90db11b0c0a8288a5114085f8daf1c8bbc0784 (patch)
treed00346e6c5549221e71c671bdf4435b3c1dc60b7 /app-doc/doxygen/files/doxygen-gcc4.patch
parentVersion bump, thanks to Anton in bug #132519. (diff)
downloadgentoo-2-8c90db11b0c0a8288a5114085f8daf1c8bbc0784.tar.gz
gentoo-2-8c90db11b0c0a8288a5114085f8daf1c8bbc0784.tar.bz2
gentoo-2-8c90db11b0c0a8288a5114085f8daf1c8bbc0784.zip
removed offending amd64_qtools patch from 1.4.6
(Portage version: 2.1_rc1-r3)
Diffstat (limited to 'app-doc/doxygen/files/doxygen-gcc4.patch')
-rw-r--r--app-doc/doxygen/files/doxygen-gcc4.patch30
1 files changed, 11 insertions, 19 deletions
diff --git a/app-doc/doxygen/files/doxygen-gcc4.patch b/app-doc/doxygen/files/doxygen-gcc4.patch
index 253914f307d9..ea81015cfe2d 100644
--- a/app-doc/doxygen/files/doxygen-gcc4.patch
+++ b/app-doc/doxygen/files/doxygen-gcc4.patch
@@ -1,19 +1,11 @@
-*** 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(); }
+--- qtools/qvaluestack.h.orig
++++ qtools/qvaluestack.h
+@@ -54,7 +54,7 @@
+ {
+ T elem( this->last() );
+ if ( !this->isEmpty() )
+- remove( this->fromLast() );
++ this->remove( this->fromLast() );
+ return elem;
+ }
+ T& top() { return this->last(); }