summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2002-09-02 20:45:16 +0000
committerDoug Goldstein <cardoe@gentoo.org>2002-09-02 20:45:16 +0000
commite1972202940fb978b0c11a822d58ea385c0ae465 (patch)
tree082c4e94646522936bbce6f98823af70669d1554 /dev-php
parenttypo (diff)
downloadhistorical-e1972202940fb978b0c11a822d58ea385c0ae465.tar.gz
historical-e1972202940fb978b0c11a822d58ea385c0ae465.tar.bz2
historical-e1972202940fb978b0c11a822d58ea385c0ae465.zip
Fixed a little snaffu in the ./configure line... can't comment things out mid-command
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/php/php-4.2.2-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
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 <gentoo@gonzo.ch>
-# $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 \