diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2003-06-08 20:05:41 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2003-06-08 20:05:41 +0000 |
commit | eb948e5232df3e1ac878cf2613510e12f201e915 (patch) | |
tree | 0e025ff48e369bbd450b41d90db9422c3bb7a242 | |
parent | cleanup of depend stuff (diff) | |
download | historical-eb948e5232df3e1ac878cf2613510e12f201e915.tar.gz historical-eb948e5232df3e1ac878cf2613510e12f201e915.tar.bz2 historical-eb948e5232df3e1ac878cf2613510e12f201e915.zip |
fix bug #22448
-rw-r--r-- | eclass/php.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/php.eclass b/eclass/php.eclass index 43a7b33c0b62..b16971bb22bb 100644 --- a/eclass/php.eclass +++ b/eclass/php.eclass @@ -1,7 +1,7 @@ # Copyright 2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author: Robin H. Johnson <robbat2@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/eclass/php.eclass,v 1.37 2003/06/08 20:04:59 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php.eclass,v 1.38 2003/06/08 20:05:41 robbat2 Exp $ # This EBUILD is totally masked presently. Use it at your own risk. I know it # is severely broken, but I needed to get a copy into CVS to pass around and @@ -308,7 +308,7 @@ php_src_compile() { myconf="${myconf} --enable-xslt" myconf="${myconf} --with-xslt-sablot" myconf="${myconf} --with-xmlrpc" - myconf="${myconf} --with-wddx" + myconf="${myconf} --enable-wddx" myconf="${myconf} --with-xml" else myconf="${myconf} --disable-xml" @@ -333,7 +333,7 @@ php_src_compile() { myconf="${myconf} --enable-dbase" myconf="${myconf} --enable-filepro" myconf="${myconf} --enable-ftp" - myconf="${myconf} --enable-mime-magic" + myconf="${myconf} --with-mime-magic" myconf="${myconf} --enable-sockets" myconf="${myconf} --enable-sysvsem --enable-sysvshm --enable-sysvipc" myconf="${myconf} --with-iconv" |