* [gentoo-commits] gentoo-x86 commit in net-analyzer/bwbar/files: bwbar-1.2.3-libpng15.patch
@ 2011-08-07 23:12 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-08-07 23:12 UTC (permalink / raw
To: gentoo-commits
ssuominen 11/08/07 23:12:32
Added: bwbar-1.2.3-libpng15.patch
Log:
Fix building with libpng15 wrt #378145 by Diego Elio Pettenò
(Portage version: 2.2.0_alpha50/cvs/Linux x86_64)
Revision Changes Path
1.1 net-analyzer/bwbar/files/bwbar-1.2.3-libpng15.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/bwbar/files/bwbar-1.2.3-libpng15.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/bwbar/files/bwbar-1.2.3-libpng15.patch?rev=1.1&content-type=text/plain
Index: bwbar-1.2.3-libpng15.patch
===================================================================
--- bwbar.c
+++ bwbar.c
@@ -30,6 +30,7 @@
#include <alloca.h>
#include <getopt.h>
#include <png.h>
+#include <zlib.h>
void skipline(FILE *f)
{
@@ -79,7 +80,7 @@
if ( !info_ptr )
goto barf;
- if ( setjmp(png_ptr->jmpbuf) ) {
+ if ( setjmp(png_jmpbuf(png_ptr)) ) {
status = 1;
goto barf; /* libpng abort */
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-analyzer/bwbar/files: bwbar-1.2.3-libpng15.patch
@ 2014-07-10 19:44 Jeroen Roovers (jer)
0 siblings, 0 replies; 2+ messages in thread
From: Jeroen Roovers (jer) @ 2014-07-10 19:44 UTC (permalink / raw
To: gentoo-commits
jer 14/07/10 19:44:01
Modified: bwbar-1.2.3-libpng15.patch
Log:
EAPI bump. Clean up patch.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path
1.2 net-analyzer/bwbar/files/bwbar-1.2.3-libpng15.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/bwbar/files/bwbar-1.2.3-libpng15.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/bwbar/files/bwbar-1.2.3-libpng15.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/bwbar/files/bwbar-1.2.3-libpng15.patch?r1=1.1&r2=1.2
Index: bwbar-1.2.3-libpng15.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/bwbar/files/bwbar-1.2.3-libpng15.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- bwbar-1.2.3-libpng15.patch 7 Aug 2011 23:12:32 -0000 1.1
+++ bwbar-1.2.3-libpng15.patch 10 Jul 2014 19:44:01 -0000 1.2
@@ -1,5 +1,5 @@
---- bwbar.c
-+++ bwbar.c
+--- a/bwbar.c
++++ b/bwbar.c
@@ -30,6 +30,7 @@
#include <alloca.h>
#include <getopt.h>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-07-10 19:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-10 19:44 [gentoo-commits] gentoo-x86 commit in net-analyzer/bwbar/files: bwbar-1.2.3-libpng15.patch Jeroen Roovers (jer)
-- strict thread matches above, loose matches on Subject: below --
2011-08-07 23:12 Samuli Suominen (ssuominen)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox