dev-php/PEAR-PEAR: remove unused patch
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Sun, 3 Dec 2017 08:37:40 +0000 (09:37 +0100)
committerMichael Orlitzky <mjo@gentoo.org>
Sun, 3 Dec 2017 14:39:14 +0000 (09:39 -0500)
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
dev-php/PEAR-PEAR/files/gentoo-libtool-mismatch-fix.patch [deleted file]

diff --git a/dev-php/PEAR-PEAR/files/gentoo-libtool-mismatch-fix.patch b/dev-php/PEAR-PEAR/files/gentoo-libtool-mismatch-fix.patch
deleted file mode 100644 (file)
index 53a33b8..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-Fixed libtool mismatch issues. 
-Gentoo bug: 344605
-
-*** PEAR/Builder.php.old       Mon Nov  8 16:22:52 2010
---- PEAR/Builder.php           Mon Nov  8 16:20:22 2010
-***************
-*** 326,331 ****
---- 326,336 ----
-          }
-          // }}} end of interactive part
-  
-+      if (file_exists('aclocal.m4')) {
-+              $this->_runCommand('rm aclocal.m4');
-+              $this->_runCommand('autoreconf');
-+      }
-+ 
-          // FIXME make configurable
-          if(!$user=getenv('USER')){
-              $user='defaultuser';
-***************
-*** 471,474 ****
-          }
-          return PEAR_Common::log($level, $msg);
-      }
-! }
-\ No newline at end of file
---- 476,479 ----
-          }
-          return PEAR_Common::log($level, $msg);
-      }
-! }