From da2aca69c550da074badfcaebfb902eb954a01c4 Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Mon, 2 Sep 2002 20:45:16 +0000 Subject: Fixed a little snaffu in the ./configure line... can't comment things out mid-command --- dev-php/php/php-4.2.2-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-php') diff --git a/dev-php/php/php-4.2.2-r1.ebuild b/dev-php/php/php-4.2.2-r1.ebuild index df1ad1ba46e4..6b75fd524a4c 100644 --- a/dev-php/php/php-4.2.2-r1.ebuild +++ b/dev-php/php/php-4.2.2-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Update: Roman Weber -# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.2.2-r1.ebuild,v 1.7 2002/09/02 02:27:42 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.2.2-r1.ebuild,v 1.8 2002/09/02 20:45:16 cardoe Exp $ MY_P=php-${PV} S=${WORKDIR}/${MY_P} @@ -154,10 +154,10 @@ src_compile() { myconf="${myconf} --with-xpm-dir=/usr/X11R6" LDFLAGS="$LDFLAGS -L/usr/X11R6/lib" fi + # --with-gmp \ ./configure \ --prefix=/usr \ - # --with-gmp \ --with-bz2 \ --enable-ftp \ --enable-dbase \ -- cgit v1.2.3-65-gdbad