From 4cd2370bed609c118b6edfde5d3f116e5c35b897 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 3 Dec 2017 16:17:22 +0000 Subject: gentoo resync : 03.12.2017 --- .../files/gentoo-libtool-mismatch-fix.patch | 31 ---------------------- 1 file changed, 31 deletions(-) delete mode 100644 dev-php/PEAR-PEAR/files/gentoo-libtool-mismatch-fix.patch (limited to 'dev-php/PEAR-PEAR/files') 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); - } -! } -- cgit v1.2.3