media-gfx/pixie: Make patches eapply-compatible
authorAndreas K. Hüttel <dilfridge@gentoo.org>
Mon, 2 Oct 2017 12:49:30 +0000 (14:49 +0200)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Mon, 2 Oct 2017 12:49:51 +0000 (14:49 +0200)
Package-Manager: Portage-2.3.10, Repoman-2.3.3

media-gfx/pixie/files/pixie-2.2.6-autotools.patch
media-gfx/pixie/files/pixie-2.2.6-zlib-1.2.5.2.patch

index d12de70a67cf633eeede7abb22e552641a4d9b15..7fd9f0ce76b0b98cd1aa9497b769ea3125db0908 100644 (file)
@@ -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@
index 6d022f02fdb1491bb0ee24032a24d9b63962994a..7e0afe3a7c277c52d1f9a0d0842ffc6bdc76a467 100644 (file)
@@ -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) {