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
commitda2aca69c550da074badfcaebfb902eb954a01c4 (patch)
tree1f3a0bc4f5395a3c7d3e5bbc87432b1e2879f09d /dev-php
parenttypo (diff)
downloadgentoo-2-da2aca69c550da074badfcaebfb902eb954a01c4.tar.gz
gentoo-2-da2aca69c550da074badfcaebfb902eb954a01c4.tar.bz2
gentoo-2-da2aca69c550da074badfcaebfb902eb954a01c4.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 \