diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-10-16 12:18:24 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-10-16 12:18:24 +0000 |
commit | cefafceeaa3eff09543207a4474404a539b67a48 (patch) | |
tree | 55d0ff238becb260992c90c8656a46a8882c653a /media-video/dvdauthor/files | |
parent | old (diff) | |
download | gentoo-2-cefafceeaa3eff09543207a4474404a539b67a48.tar.gz gentoo-2-cefafceeaa3eff09543207a4474404a539b67a48.tar.bz2 gentoo-2-cefafceeaa3eff09543207a4474404a539b67a48.zip |
unused patch, repoman warning of RDEPEND unassigned
(Portage version: 2.2.0_alpha67/cvs/Linux x86_64)
Diffstat (limited to 'media-video/dvdauthor/files')
-rw-r--r-- | media-video/dvdauthor/files/dvdauthor-0.6.14-libpng-1.5.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/media-video/dvdauthor/files/dvdauthor-0.6.14-libpng-1.5.patch b/media-video/dvdauthor/files/dvdauthor-0.6.14-libpng-1.5.patch deleted file mode 100644 index 89b43add3cf5..000000000000 --- a/media-video/dvdauthor/files/dvdauthor-0.6.14-libpng-1.5.patch +++ /dev/null @@ -1,25 +0,0 @@ -http://bugs.gentoo.org/355039 - -$NetBSD: patch-ab,v 1.3 2011/01/14 10:57:50 wiz Exp $ - -Fix build with png-1.5. - ---- src/spuunmux.c -+++ src/spuunmux.c -@@ -38,6 +38,7 @@ - #include <netinet/in.h> - - #include <png.h> -+#include <zlib.h> - - #include "rgb.h" - -@@ -483,7 +484,7 @@ static int write_png(char *file_name,str - return -1; - } - -- if (setjmp(png_ptr->jmpbuf)) { -+ if (setjmp(png_jmpbuf(png_ptr))) { - png_destroy_write_struct(&png_ptr, &info_ptr); - fclose(fp); - return -1; |