commit: 5d8af6d2771c41fd058200ce29237425da7923d0 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Mon Oct 2 12:49:30 2017 +0000 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Mon Oct 2 12:49:51 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d8af6d2
media-gfx/pixie: Make patches eapply-compatible Package-Manager: Portage-2.3.10, Repoman-2.3.3 media-gfx/pixie/files/pixie-2.2.6-autotools.patch | 8 ++++---- media-gfx/pixie/files/pixie-2.2.6-zlib-1.2.5.2.patch | 16 ++++++++-------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/media-gfx/pixie/files/pixie-2.2.6-autotools.patch b/media-gfx/pixie/files/pixie-2.2.6-autotools.patch index d12de70a67c..7fd9f0ce76b 100644 --- a/media-gfx/pixie/files/pixie-2.2.6-autotools.patch +++ b/media-gfx/pixie/files/pixie-2.2.6-autotools.patch @@ -1,5 +1,5 @@ ---- src/ri/Makefile.in 2009-09-23 18:10:13.414866323 +0200 -+++ src/ri/Makefile.in 2009-09-23 18:11:15.629864395 +0200 +--- a/src/ri/Makefile.in 2009-09-23 18:10:13.414866323 +0200 ++++ b/src/ri/Makefile.in 2009-09-23 18:11:15.629864395 +0200 @@ -214,7 +214,7 @@ host_os = @host_os@ host_vendor = @host_vendor@ @@ -9,8 +9,8 @@ infodir = @infodir@ install_sh = @install_sh@ libdir = @libdir@ ---- src/sdr/Makefile.in 2009-09-23 18:14:54.194865868 +0200 -+++ src/sdr/Makefile.in 2009-09-23 18:15:18.297863856 +0200 +--- a/src/sdr/Makefile.in 2009-09-23 18:14:54.194865868 +0200 ++++ b/src/sdr/Makefile.in 2009-09-23 18:15:18.297863856 +0200 @@ -199,7 +199,7 @@ host_os = @host_os@ host_vendor = @host_vendor@ diff --git a/media-gfx/pixie/files/pixie-2.2.6-zlib-1.2.5.2.patch b/media-gfx/pixie/files/pixie-2.2.6-zlib-1.2.5.2.patch index 6d022f02fdb..7e0afe3a7c2 100644 --- a/media-gfx/pixie/files/pixie-2.2.6-zlib-1.2.5.2.patch +++ b/media-gfx/pixie/files/pixie-2.2.6-zlib-1.2.5.2.patch @@ -1,7 +1,7 @@ http://bugs.gentoo.org/406899 ---- src/ri/rib.l -+++ src/ri/rib.l +--- a/src/ri/rib.l ++++ b/src/ri/rib.l @@ -17,7 +17,7 @@ // Overwrite the YYinput so that it uses libz @@ -29,8 +29,8 @@ http://bugs.gentoo.org/406899 #else fclose(ribin); #endif ---- src/ri/ribOut.cpp -+++ src/ri/ribOut.cpp +--- a/src/ri/ribOut.cpp ++++ b/src/ri/ribOut.cpp @@ -162,7 +162,7 @@ #ifdef HAVE_ZLIB @@ -40,8 +40,8 @@ http://bugs.gentoo.org/406899 } else { fclose(outFile); } ---- src/ri/ribOut.h -+++ src/ri/ribOut.h +--- a/src/ri/ribOut.h ++++ b/src/ri/ribOut.h @@ -237,7 +237,7 @@ const int l = vsprintf(scratch,mes,args); @@ -60,8 +60,8 @@ http://bugs.gentoo.org/406899 else fwrite(scratch,1,l,outFile); #else fwrite(scratch,1,l,outFile); ---- src/ri/rib.y -+++ src/ri/rib.y +--- a/src/ri/rib.y ++++ b/src/ri/rib.y @@ -2940,7 +2940,7 @@ if (ribin != NULL) {
