summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/kdeaddons/files/kdeaddons-3.2.3-gcc34.patch')
-rw-r--r--kde-base/kdeaddons/files/kdeaddons-3.2.3-gcc34.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/kde-base/kdeaddons/files/kdeaddons-3.2.3-gcc34.patch b/kde-base/kdeaddons/files/kdeaddons-3.2.3-gcc34.patch
deleted file mode 100644
index 75ab7123e372..000000000000
--- a/kde-base/kdeaddons/files/kdeaddons-3.2.3-gcc34.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-diff -udBbr kdeaddons-3.2.2/work/kdeaddons-3.2.2/noatun-plugins/synaescope/polygon.h kdeaddons-3.2.2-fix1/work/kdeaddons-3.2.2/noatun-plugins/synaescope/polygon.h
---- noatun-plugins/synaescope/polygon.h 2001-04-17 03:20:34.000000000 +0400
-+++ noatun-plugins/synaescope/polygon.h 2004-04-24 09:51:48.355249296 +0400
-@@ -25,6 +25,10 @@
- template<class Pixel, class Combiner, int superSampleShift>
- struct PolygonEngine : public Bitmap<Pixel>
- {
-+ using Bitmap<Pixel>::width;
-+ using Bitmap<Pixel>::height;
-+ using Bitmap<Pixel>::data;
-+
- PolygonEngine() : Bitmap<Pixel>(1) { }
-
- #define super (1<<superSampleShift)
-diff -udBbr kdeaddons-3.2.2/work/kdeaddons-3.2.2/noatun-plugins/tippercanoe/polygon.h kdeaddons-3.2.2-fix1/work/kdeaddons-3.2.2/noatun-plugins/tippercanoe/polygon.h
---- noatun-plugins/tippercanoe/polygon.h 2001-04-17 02:04:03.000000000 +0400
-+++ noatun-plugins/tippercanoe/polygon.h 2004-04-24 09:58:30.243153048 +0400
-@@ -23,6 +23,10 @@
-
- template<class Pixel, class Combiner, int superSampleShift>
- struct PolygonEngine : public Bitmap<Pixel> {
-+ using Bitmap<Pixel>::width;
-+ using Bitmap<Pixel>::height;
-+ using Bitmap<Pixel>::data;
-+
- PolygonEngine() : Bitmap<Pixel>(1) { }
-
- #define super (1<<superSampleShift)