summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-06-08 19:13:28 +0000
committerMike Frysinger <vapier@gentoo.org>2011-06-08 19:13:28 +0000
commit5fbe74ff3dd08c5a361fb6ac0394eb74710bed7c (patch)
tree88abe077bdd9ab56bbd9015d52526b87e936e65f /dev-libs/DirectFB/files
parentDepend on a version of jruby that allows the test suite to pass without crash... (diff)
downloadgentoo-2-5fbe74ff3dd08c5a361fb6ac0394eb74710bed7c.tar.gz
gentoo-2-5fbe74ff3dd08c5a361fb6ac0394eb74710bed7c.tar.bz2
gentoo-2-5fbe74ff3dd08c5a361fb6ac0394eb74710bed7c.zip
Fix up typo in libpng patch point out by Victor Tseng #370607.
(Portage version: 2.2.0_alpha37/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/DirectFB/files')
-rw-r--r--dev-libs/DirectFB/files/DirectFB-1.4.9-libpng-1.5.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/DirectFB/files/DirectFB-1.4.9-libpng-1.5.patch b/dev-libs/DirectFB/files/DirectFB-1.4.9-libpng-1.5.patch
index a5df1caaffe9..e428afbaf7c3 100644
--- a/dev-libs/DirectFB/files/DirectFB-1.4.9-libpng-1.5.patch
+++ b/dev-libs/DirectFB/files/DirectFB-1.4.9-libpng-1.5.patch
@@ -17,7 +17,7 @@ index 6d65ea3..7d82c5c 100644
goto error;
- if (setjmp( data->png_ptr->jmpbuf )) {
-+ if (png_jmpbuf( data->png_ptr )) {
++ if (setjmp( png_jmpbuf( data->png_ptr ))) {
D_ERROR( "ImageProvider/PNG: Error reading header!\n" );
goto error;
}
@@ -26,7 +26,7 @@ index 6d65ea3..7d82c5c 100644
}
- if (setjmp( data->png_ptr->jmpbuf )) {
-+ if (png_jmpbuf( data->png_ptr )) {
++ if (setjmp( png_jmpbuf( data->png_ptr ))) {
D_ERROR( "ImageProvider/PNG: Error during decoding!\n" );
if (data->stage < STAGE_IMAGE)