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 600624 Details for
Bug 843655
pngnq FTBFS with libpng 1.5
[?]
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]
fix includes for libpng 1.5
pngnq-libpng15.patch (text/plain), 551 bytes, created by
Tom Lane
on 2012-07-26 22:17:06 UTC
(
hide
)
Description:
fix includes for libpng 1.5
Filename:
MIME Type:
Creator:
Tom Lane
Created:
2012-07-26 22:17:06 UTC
Size:
551 bytes
patch
obsolete
>diff -Naur pngnq-1.1.orig/src/rwpng.c pngnq-1.1/src/rwpng.c >--- pngnq-1.1.orig/src/rwpng.c 2010-05-10 18:42:56.000000000 -0400 >+++ pngnq-1.1/src/rwpng.c 2012-07-26 18:08:54.947306021 -0400 >@@ -32,7 +32,8 @@ > #include <stdio.h> > #include <stdlib.h> > >-#include "png.h" /* libpng header; includes zlib.h */ >+#include "png.h" /* libpng header */ >+#include "zlib.h" /* need a few symbols from this */ > #include "rwpng.h" /* typedefs, common macros, public prototypes */ > > /* future versions of libpng will provide this macro: */
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 843655
: 600624