~ruther/guix-local

ref: e7c097306dea32cece9b2001ffc9918e1076677f guix-local/gnu/packages/patches/tvtime-pngoutput.patch -rw-r--r-- 418 bytes
e7c09730 — Ricardo Wurmus gnu: Add HTSlib. 10 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Source: https://sources.debian.net/src/tvtime/1.0.2-14/debian/patches/libpng.diff

From: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Date: Mon, 14 May 2012 19:01:31 +0900
Prepares the package for libpng 1.5.  Closes: #650582.

--- tvtime-1.0.2.orig/src/pngoutput.c
+++ tvtime-1.0.2/src/pngoutput.c
@@ -18,5 +18,6 @@
 
 #include <stdio.h>
 #include <stdlib.h>
+#include <zlib.h>
 #include <png.h>
 #include "pngoutput.h"