diff options
author | Sam James <sam@gentoo.org> | 2021-04-19 17:40:46 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-19 20:11:55 +0100 |
commit | dab035bb2ab3cf382580a6ff31363578a9b75a74 (patch) | |
tree | c1ead00682da3c2bfe8a339124dbfc56cfbb38c9 /media-gfx/pngnq/files | |
parent | mail-filter/rblcheck: port to EAPI 7 (diff) | |
download | gentoo-dab035bb2ab3cf382580a6ff31363578a9b75a74.tar.gz gentoo-dab035bb2ab3cf382580a6ff31363578a9b75a74.tar.bz2 gentoo-dab035bb2ab3cf382580a6ff31363578a9b75a74.zip |
media-gfx/pngnq: port to EAPI 7
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-gfx/pngnq/files')
-rw-r--r-- | media-gfx/pngnq/files/pngnq-1.0-libpng14.patch | 4 | ||||
-rw-r--r-- | media-gfx/pngnq/files/pngnq-1.0-libpng15.patch | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/media-gfx/pngnq/files/pngnq-1.0-libpng14.patch b/media-gfx/pngnq/files/pngnq-1.0-libpng14.patch index e2eb9c8972e5..effef6d9d069 100644 --- a/media-gfx/pngnq/files/pngnq-1.0-libpng14.patch +++ b/media-gfx/pngnq/files/pngnq-1.0-libpng14.patch @@ -1,7 +1,7 @@ http://aur.archlinux.org/packages.php?ID=10325 ---- src/rwpng.c -+++ src/rwpng.c +--- a/src/rwpng.c ++++ b/src/rwpng.c @@ -80,7 +80,7 @@ * have used slightly more general png_sig_cmp() function instead */ diff --git a/media-gfx/pngnq/files/pngnq-1.0-libpng15.patch b/media-gfx/pngnq/files/pngnq-1.0-libpng15.patch index 7590431dcd3a..7f791fc109ad 100644 --- a/media-gfx/pngnq/files/pngnq-1.0-libpng15.patch +++ b/media-gfx/pngnq/files/pngnq-1.0-libpng15.patch @@ -1,5 +1,5 @@ ---- src/rwpng.c -+++ src/rwpng.c +--- a/src/rwpng.c ++++ b/src/rwpng.c @@ -31,8 +31,9 @@ #include <stdio.h> |