components/php-5_3/php-sapi/patches-other/pear_php_config.patch
changeset 4987 6a82655eda42
parent 4986 90a869b3f47a
child 4988 4b69c7c7e09b
--- a/components/php-5_3/php-sapi/patches-other/pear_php_config.patch	Fri Oct 16 07:42:27 2015 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
---- php-config_orig	Mon Dec 12 14:59:42 2011
-+++ php-config	Mon Dec 12 15:48:49 2011
-@@ -44,6 +44,8 @@
- case "$1" in
- --prefix)
-   echo $prefix;;
-+--pear-prefix)
-+  echo $pear_prefix;;
- --includes)
-   echo $includes;;
- --ldflags)