diff options
author | 2003-06-19 03:10:34 +0000 | |
---|---|---|
committer | 2003-06-19 03:10:34 +0000 | |
commit | 2934f12ef6cd78b340d115413642d1d56f1863ac (patch) | |
tree | d329dd4ff55190cfbc43b9e7730436c64196fb9e /dev-php/php/php-4.3.2.ebuild | |
parent | Fixes path errors due to renaming ebuild. (diff) | |
download | gentoo-2-2934f12ef6cd78b340d115413642d1d56f1863ac.tar.gz gentoo-2-2934f12ef6cd78b340d115413642d1d56f1863ac.tar.bz2 gentoo-2-2934f12ef6cd78b340d115413642d1d56f1863ac.zip |
pcntl moved
Diffstat (limited to 'dev-php/php/php-4.3.2.ebuild')
-rw-r--r-- | dev-php/php/php-4.3.2.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-php/php/php-4.3.2.ebuild b/dev-php/php/php-4.3.2.ebuild index 0b90aff62f29..596f431d9617 100644 --- a/dev-php/php/php-4.3.2.ebuild +++ b/dev-php/php/php-4.3.2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Update: Roman Weber <gentoo@gonzo.ch> -# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.3.2.ebuild,v 1.2 2003/06/05 17:41:45 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.3.2.ebuild,v 1.3 2003/06/19 03:10:32 robbat2 Exp $ inherit php eutils @@ -25,8 +25,7 @@ src_compile() { myconf="${myconf} \ --disable-cgi \ - --enable-cli \ - --enable-pcntl" + --enable-cli" php_src_compile |