summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2003-12-22 06:44:46 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2003-12-22 06:44:46 +0000
commitc4210cb01ccf1b1a99ee82d8f7da979fa6f9a581 (patch)
treeb0327292ea8a287438402ed799c3e6312d2d9e97 /eclass/php.eclass
parent*** empty log message *** (diff)
downloadhistorical-c4210cb01ccf1b1a99ee82d8f7da979fa6f9a581.tar.gz
historical-c4210cb01ccf1b1a99ee82d8f7da979fa6f9a581.tar.bz2
historical-c4210cb01ccf1b1a99ee82d8f7da979fa6f9a581.zip
fix bug 28002
Diffstat (limited to 'eclass/php.eclass')
-rw-r--r--eclass/php.eclass15
1 files changed, 4 insertions, 11 deletions
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"