summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2017-12-03 09:37:40 +0100
committerMichael Orlitzky <mjo@gentoo.org>2017-12-03 09:39:14 -0500
commitd15763a8ba18725ec926165ab793ef3bf92cc3c5 (patch)
tree8403d94f3b436d93da8f23e9f7941cdd100c5d7b /dev-php/PEAR-PEAR
parentmedia-plugins/ams-lv2: bumped to 1.2.1 (does not suffer with bug #597492) (diff)
downloadgentoo-d15763a8ba18725ec926165ab793ef3bf92cc3c5.tar.gz
gentoo-d15763a8ba18725ec926165ab793ef3bf92cc3c5.tar.bz2
gentoo-d15763a8ba18725ec926165ab793ef3bf92cc3c5.zip
dev-php/PEAR-PEAR: remove unused patch
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'dev-php/PEAR-PEAR')
-rw-r--r--dev-php/PEAR-PEAR/files/gentoo-libtool-mismatch-fix.patch31
1 files changed, 0 insertions, 31 deletions
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
index 53a33b833f7d..000000000000
--- a/dev-php/PEAR-PEAR/files/gentoo-libtool-mismatch-fix.patch
+++ /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);
- }
-! }