Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 600609 Details for
Bug 843647
grace FTBFS due to libpng changes
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
add #include for zlib.h, use png_jmpbuf() instead of direct struct access
grace-libpng15.patch (text/plain), 516 bytes, created by
Tom Lane
on 2012-07-26 21:23:34 UTC
(
hide
)
Description:
add #include for zlib.h, use png_jmpbuf() instead of direct struct access
Filename:
MIME Type:
Creator:
Tom Lane
Created:
2012-07-26 21:23:34 UTC
Size:
516 bytes
patch
obsolete
>diff -Naur grace-5.1.22.orig/src/rstdrv.c grace-5.1.22/src/rstdrv.c >--- grace-5.1.22.orig/src/rstdrv.c 2004-07-03 16:47:46.000000000 -0400 >+++ grace-5.1.22/src/rstdrv.c 2012-07-26 17:17:53.081271670 -0400 >@@ -54,6 +54,7 @@ > > #ifdef HAVE_LIBPNG > # include <png.h> >+# include <zlib.h> > #endif > > #ifndef NONE_GUI >@@ -885,7 +886,7 @@ > return; > } > >- if (setjmp(png_ptr->jmpbuf)) { >+ if (setjmp(png_jmpbuf(png_ptr))) { > png_destroy_write_struct(&png_ptr, &info_ptr); > return; > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 843647
: 600609