summaryrefslogtreecommitdiff
path: root/packages/imlib2/imlib2-1.1.0/gcc34.patch
diff options
context:
space:
mode:
Diffstat (limited to 'packages/imlib2/imlib2-1.1.0/gcc34.patch')
-rw-r--r--packages/imlib2/imlib2-1.1.0/gcc34.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/packages/imlib2/imlib2-1.1.0/gcc34.patch b/packages/imlib2/imlib2-1.1.0/gcc34.patch
deleted file mode 100644
index e96bcae759..0000000000
--- a/packages/imlib2/imlib2-1.1.0/gcc34.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-
-#
-# Patch managed by http://www.holgerschurig.de/patcher.html
-#
-
---- imlib2-1.1.0/src/rgbadraw.c~gcc34
-+++ imlib2-1.1.0/src/rgbadraw.c
-@@ -2357,14 +2357,14 @@
- /* last span on line and still not < ss->x */
- if (ps)
- ps->next = s;
-- nospans:
-+ nospans:;
- }
- }
- if (i == y2)
- goto nolines;
- i += step;
- }
-- nolines:
-+ nolines:;
- }
- for (i = 0; i < h; i++)
- {