diff options
author | 2011-08-09 17:38:39 +0000 | |
---|---|---|
committer | 2011-08-09 17:38:39 +0000 | |
commit | 73dd912fd7dd0b350d3e66f5c770db1c09676bad (patch) | |
tree | 669ff19f3d751c98f716b83e3ba1884352b0b959 /x11-misc/slim/files | |
parent | [app-emulation/xen-pvgrub] Version bump and fix bug #362689 (diff) | |
download | historical-73dd912fd7dd0b350d3e66f5c770db1c09676bad.tar.gz historical-73dd912fd7dd0b350d3e66f5c770db1c09676bad.tar.bz2 historical-73dd912fd7dd0b350d3e66f5c770db1c09676bad.zip |
Fix building with libpng15 wrt #378505 by Ian Stakenvicius and Diego Elio Pettenò
Package-Manager: portage-2.2.0_alpha50/cvs/Linux x86_64
Diffstat (limited to 'x11-misc/slim/files')
-rw-r--r-- | x11-misc/slim/files/slim-1.3.2-libpng15.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-misc/slim/files/slim-1.3.2-libpng15.patch b/x11-misc/slim/files/slim-1.3.2-libpng15.patch new file mode 100644 index 000000000000..720608567d81 --- /dev/null +++ b/x11-misc/slim/files/slim-1.3.2-libpng15.patch @@ -0,0 +1,11 @@ +--- png.c ++++ png.c +@@ -57,7 +57,7 @@ + return(0); + } + +- if (setjmp(png_ptr->jmpbuf)) ++ if (setjmp(png_jmpbuf(png_ptr))) + { + png_destroy_read_struct(&png_ptr, &info_ptr, (png_infopp) NULL); + fclose(infile); |