diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-10-02 14:49:30 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-10-02 14:49:51 +0200 |
commit | 5d8af6d2771c41fd058200ce29237425da7923d0 (patch) | |
tree | c78066be4d4e9c4c0264c3ec3b533ccf6ae7fdfb | |
parent | net-dns/pdns: Stable on amd64 (diff) | |
download | gentoo-5d8af6d2771c41fd058200ce29237425da7923d0.tar.gz gentoo-5d8af6d2771c41fd058200ce29237425da7923d0.tar.bz2 gentoo-5d8af6d2771c41fd058200ce29237425da7923d0.zip |
media-gfx/pixie: Make patches eapply-compatible
Package-Manager: Portage-2.3.10, Repoman-2.3.3
-rw-r--r-- | media-gfx/pixie/files/pixie-2.2.6-autotools.patch | 8 | ||||
-rw-r--r-- | 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 d12de70a67cf..7fd9f0ce76b0 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 6d022f02fdb1..7e0afe3a7c27 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) { |