diff options
author | 2003-12-22 06:44:46 +0000 | |
---|---|---|
committer | 2003-12-22 06:44:46 +0000 | |
commit | 4f156cdb510fe7e60aa858d67504e61d42e0b081 (patch) | |
tree | 309f67c4aa7b9678104340df3221b35fb32f7596 /eclass | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-4f156cdb510fe7e60aa858d67504e61d42e0b081.tar.gz gentoo-2-4f156cdb510fe7e60aa858d67504e61d42e0b081.tar.bz2 gentoo-2-4f156cdb510fe7e60aa858d67504e61d42e0b081.zip |
fix bug 28002
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/php-2.eclass | 14 | ||||
-rw-r--r-- | eclass/php.eclass | 15 |
2 files changed, 6 insertions, 23 deletions
diff --git a/eclass/php-2.eclass b/eclass/php-2.eclass index b82bd1302825..d64d9f347f40 100644 --- a/eclass/php-2.eclass +++ b/eclass/php-2.eclass @@ -1,18 +1,8 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php-2.eclass,v 1.3 2003/12/09 05:02:59 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-2.eclass,v 1.4 2003/12/22 06:44:46 robbat2 Exp $ # Author: Robin H. Johnson <robbat2@gentoo.org> -# 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 -# repoman was complaining at me too much - -# TODO LIST -# * Finish install cleanup -# * USE flags -#sys-libs/ncurses -#--with-ncurses - inherit eutils flag-o-matic ECLASS=php @@ -366,7 +356,7 @@ php_src_compile() { myconf="${myconf} --with-cdb" # No DEPENDancies - mycony="${myconf} --enable-pcntl" + myconf="${myconf} --enable-pcntl" myconf="${myconf} --enable-bcmath" myconf="${myconf} --enable-calendar" myconf="${myconf} --enable-dbase" diff --git a/eclass/php.eclass b/eclass/php.eclass index 59c7380b53a9..f6c5e8b9de91 100644 --- a/eclass/php.eclass +++ b/eclass/php.eclass @@ -1,17 +1,10 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php.eclass,v 1.93 2003/12/09 05:02:59 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php.eclass,v 1.94 2003/12/22 06:44:46 robbat2 Exp $ # Author: Robin H. Johnson <robbat2@gentoo.org> -# 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 -# repoman was complaining at me too much - -# TODO LIST -# * Finish install cleanup -# * USE flags -#sys-libs/ncurses -#--with-ncurses +# This eclass is the old style of php, that was used before php-core was +# introduced. inherit eutils flag-o-matic @@ -370,7 +363,7 @@ php_src_compile() { myconf="${myconf} --with-cdb" # No DEPENDancies - mycony="${myconf} --enable-pcntl" + myconf="${myconf} --enable-pcntl" myconf="${myconf} --enable-bcmath" myconf="${myconf} --enable-calendar" myconf="${myconf} --enable-dbase" |