diff options
author | Alex Dupre <ale@FreeBSD.org> | 2005-11-01 22:28:01 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2005-11-01 22:28:01 +0000 |
commit | 599fa9769e40d49461d48897681265498ee224ca (patch) | |
tree | 224cb92da8b8a69e5b3f144c671040edd0fa812d /lang/php4/files/patch-pear::Makefile.frag | |
parent | Update to 2005.10.27 version (md5sum.txt from master site) (diff) |
Fix pear installation.
Spotted by: Sean McNeil <sean@mcneil.com>
Notes
Notes:
svn path=/head/; revision=146963
Diffstat (limited to 'lang/php4/files/patch-pear::Makefile.frag')
-rw-r--r-- | lang/php4/files/patch-pear::Makefile.frag | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php4/files/patch-pear::Makefile.frag b/lang/php4/files/patch-pear::Makefile.frag index aec8fdddbf09..41b525b28a7c 100644 --- a/lang/php4/files/patch-pear::Makefile.frag +++ b/lang/php4/files/patch-pear::Makefile.frag @@ -4,7 +4,7 @@ # -*- makefile -*- peardir=$(PEAR_INSTALLDIR) -+XML_RPC_ver=1.3.1 ++XML_RPC_ver=1.4.0 # Skip all php.ini files altogether PEAR_INSTALL_FLAGS = -n -dshort_open_tag=0 -dsafe_mode=0 |