components/php-5_2/php-sapi/patches-other/pear_php_config.patch
changeset 4073 4f086b95f18c
parent 4071 4b68c2b0134b
child 4074 3b59c13ef5ec
--- a/components/php-5_2/php-sapi/patches-other/pear_php_config.patch	Wed Apr 08 15:18:37 2015 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
---- php-config.ORIG	Sun Jul 20 04:52:52 2008
-+++ php-config	Sun Jul 20 02:06:47 2008
-@@ -43,6 +43,8 @@
- case "$1" in
- --prefix)
-   echo $prefix;;
-+--pear-prefix)
-+  echo $pear_prefix;;
- --includes)
-   echo $includes;;
- --ldflags)