diff options
author | 2003-06-01 20:15:47 +0000 | |
---|---|---|
committer | 2003-06-01 20:15:47 +0000 | |
commit | 4fc57a80bc944e1fe4efc495b8d062d3eddd8f56 (patch) | |
tree | b3bd5984578550913bc9b60dfd26a4c2ba96b2e0 /eclass | |
parent | *** empty log message *** (diff) | |
download | historical-4fc57a80bc944e1fe4efc495b8d062d3eddd8f56.tar.gz historical-4fc57a80bc944e1fe4efc495b8d062d3eddd8f56.tar.bz2 historical-4fc57a80bc944e1fe4efc495b8d062d3eddd8f56.zip |
Use built in GD for php now
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/php.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/php.eclass b/eclass/php.eclass index ead3ea1c4621..bef155ca9555 100644 --- a/eclass/php.eclass +++ b/eclass/php.eclass @@ -1,7 +1,7 @@ # Copyright 2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author: Robin H. Johnson <robbat2@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/eclass/php.eclass,v 1.29 2003/06/01 03:11:30 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php.eclass,v 1.30 2003/06/01 20:15:47 robbat2 Exp $ # This EBUILD is totally masked presently. Use it at your own risk. I know it # is severely broken, but I needed to get a copy into CVS to pass around and @@ -229,7 +229,7 @@ php_src_compile() { use firebird && myconf="${myconf} --with-interbase=/opt/interbase" use flash && myconf="${myconf} --with-swf=/usr --with-ming=/usr" use freetds && myconf="${myconf} --with-sybase=/usr" - use gd && myconf="${myconf} --with-gd=/usr" + use gd && myconf="${myconf} --with-gd" use gdbm && myconf="${myconf} --with-gdbm=/usr" use informix && [ -n "${INFORMIXDIR}" ] && myconf="${myconf} --with-informix=${INFORMIXDIR}" use java && myconf="${myconf} --with-java=${JAVA_HOME}" |