diff options
author | 2013-01-24 18:01:44 +0000 | |
---|---|---|
committer | 2013-01-24 18:01:44 +0000 | |
commit | 6928f7ad45aa91429d3c27889fa58661d16ccfda (patch) | |
tree | 0219c01ce8c89fe51b7cfc0527dc1c2669c25811 /games-emulation/openmsx/files | |
parent | Clean up old, unsupported versions (diff) | |
download | gentoo-2-6928f7ad45aa91429d3c27889fa58661d16ccfda.tar.gz gentoo-2-6928f7ad45aa91429d3c27889fa58661d16ccfda.tar.bz2 gentoo-2-6928f7ad45aa91429d3c27889fa58661d16ccfda.zip |
old
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-emulation/openmsx/files')
-rw-r--r-- | games-emulation/openmsx/files/openmsx-0.8.1-libpng15.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/games-emulation/openmsx/files/openmsx-0.8.1-libpng15.patch b/games-emulation/openmsx/files/openmsx-0.8.1-libpng15.patch deleted file mode 100644 index 46f13a0fbc84..000000000000 --- a/games-emulation/openmsx/files/openmsx-0.8.1-libpng15.patch +++ /dev/null @@ -1,13 +0,0 @@ -http://openmsx.svn.sourceforge.net/viewvc/openmsx/openmsx/trunk/src/video/PNG.cc?r1=11609&r2=12214 - ---- src/video/PNG.cc -+++ src/video/PNG.cc -@@ -167,7 +167,7 @@ - "Attempted to create a surface with excessive height: " - << height << ", max " << MAX_SIZE); - } -- int bpp = png.info->channels * 8; -+ int bpp = png_get_channels(png.ptr, png.info) * 8; - assert(bpp == 24 || bpp == 32); - Uint32 redMask, grnMask, bluMask, alpMask; - if (OPENMSX_BIGENDIAN) { |