summaryrefslogtreecommitdiff
path: root/packages/qte/qte-2.3.12/gcc4.patch
diff options
context:
space:
mode:
Diffstat (limited to 'packages/qte/qte-2.3.12/gcc4.patch')
-rw-r--r--packages/qte/qte-2.3.12/gcc4.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/packages/qte/qte-2.3.12/gcc4.patch b/packages/qte/qte-2.3.12/gcc4.patch
deleted file mode 100644
index 550effd7ba..0000000000
--- a/packages/qte/qte-2.3.12/gcc4.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-
-#
-# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
-#
-
---- qt-2.3.10/src/tools/qvaluestack.h~gcc4 2005-01-23 15:00:47.000000000 +0100
-+++ qt-2.3.10/src/tools/qvaluestack.h 2006-03-19 02:32:56.000000000 +0100
-@@ -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(); }