Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:16.0:FactoryCandidates
bwbar
bwbar-1.2.3-libpng15.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File bwbar-1.2.3-libpng15.patch of Package bwbar
Index: bwbar.c =================================================================== --- bwbar.c.orig 2006-08-26 17:31:26.000000000 +0100 +++ bwbar.c 2012-10-13 14:01:23.000000000 +0100 @@ -30,6 +30,7 @@ #include <alloca.h> #include <getopt.h> #include <png.h> +#include <zlib.h> void skipline(FILE *f) { @@ -79,7 +80,7 @@ int write_bar_graph(FILE *f, double perc if ( !info_ptr ) goto barf; - if ( setjmp(png_ptr->jmpbuf) ) { + if ( setjmp(png_jmpbuf(png_ptr)) ) { status = 1; goto barf; /* libpng abort */ }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor