diff options
author | 2004-04-27 07:50:47 +0000 | |
---|---|---|
committer | 2004-04-27 07:50:47 +0000 | |
commit | 17c1a8836f0e8bb8ba33dd677ef35d12c576239e (patch) | |
tree | 5760946ecc8a939afb7dbe1534355687963d74fa /media-libs/imlib2/files | |
parent | Add gcc-3.4 patch #48798 by Ed Catmur (diff) | |
download | historical-17c1a8836f0e8bb8ba33dd677ef35d12c576239e.tar.gz historical-17c1a8836f0e8bb8ba33dd677ef35d12c576239e.tar.bz2 historical-17c1a8836f0e8bb8ba33dd677ef35d12c576239e.zip |
gcc 3.4 patch #49005
Diffstat (limited to 'media-libs/imlib2/files')
-rw-r--r-- | media-libs/imlib2/files/1.1.0-gcc-3.4.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/media-libs/imlib2/files/1.1.0-gcc-3.4.patch b/media-libs/imlib2/files/1.1.0-gcc-3.4.patch new file mode 100644 index 000000000000..c60bb1bcdb0f --- /dev/null +++ b/media-libs/imlib2/files/1.1.0-gcc-3.4.patch @@ -0,0 +1,18 @@ +--- src/rgbadraw.c.orig 2004-04-27 03:41:29.878995752 -0400 ++++ src/rgbadraw.c 2004-04-27 03:41:32.294628520 -0400 +@@ -2358,6 +2358,7 @@ + if (ps) + ps->next = s; + nospans: ++; + } + } + if (i == y2) +@@ -2365,6 +2366,7 @@ + i += step; + } + nolines: ++; + } + for (i = 0; i < h; i++) + { |