diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-10-05 18:22:52 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-10-05 18:22:52 +0000 |
commit | afdf89e033f08c21cbb9370748f98869d07d096d (patch) | |
tree | a0ac4772d9f7a914c5939c2d17577f7e59e81725 /dev-lang | |
parent | fixes for portage-maintain (diff) | |
download | gentoo-2-afdf89e033f08c21cbb9370748f98869d07d096d.tar.gz gentoo-2-afdf89e033f08c21cbb9370748f98869d07d096d.tar.bz2 gentoo-2-afdf89e033f08c21cbb9370748f98869d07d096d.zip |
*** empty log message ***
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/php-4/php-4.0.1_p2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/php-4/php-4.0.1_p2-r1.ebuild b/dev-lang/php-4/php-4.0.1_p2-r1.ebuild index df6acc6d2ca3..40cada72f5d3 100644 --- a/dev-lang/php-4/php-4.0.1_p2-r1.ebuild +++ b/dev-lang/php-4/php-4.0.1_p2-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php-4/php-4.0.1_p2-r1.ebuild,v 1.2 2000/09/15 20:08:47 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php-4/php-4.0.1_p2-r1.ebuild,v 1.3 2000/10/05 18:22:51 achim Exp $ P=php-4.0.1pl2 A="${P}.tar.gz number4.tar.gz" @@ -14,7 +14,7 @@ HOMEPAGE="http://www.php.net/" src_compile() { export LD_FLAGS="$LD_FLAGS -ltiff -ljpeg -L/usr/X11R6/lib" - try ./configure --with-mysql=yes --enable-safe-mode \ + ./configure --with-mysql=yes --enable-safe-mode \ --enable-sysvsem --enable-sysvshm --with-zlib=yes --enable-bcmath \ --with-readline --with-gettext --enable-calendar --with-ldap\ --with-gd --with-ttf --with-t1lib --with-jpeg-dir=/usr/lib \ |