components/php-5_3/php-sapi/patches-other/pear_Builder_php.patch
changeset 846 fe258446a1ae
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/php-5_3/php-sapi/patches-other/pear_Builder_php.patch	Thu May 31 14:36:45 2012 -0700
@@ -0,0 +1,11 @@
+--- PEAR/Builder.php_orig	Mon Dec 12 15:55:01 2011
++++ PEAR/Builder.php	Mon Dec 12 15:54:11 2011
+@@ -394,7 +394,7 @@
+         $built_files = array();
+         $prefix = exec($this->config->get('php_prefix')
+                         . "php-config" .
+-                       $this->config->get('php_suffix') . " --prefix");
++                       $this->config->get('php_suffix') . " --pear-prefix");
+         $this->_harvestInstDir($prefix, $inst_dir . DIRECTORY_SEPARATOR . $prefix, $built_files);
+         chdir($old_cwd);
+         return $built_files;