diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-03-03 09:23:03 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-03-03 09:23:03 +0000 |
commit | 5e8e65101971c3003e810b8abf8b3c82aada860a (patch) | |
tree | 12ed9d7ac63a8eae19f6cfe2599a8dc60987a71b /dev-php/php/php-4.3.1.ebuild | |
parent | Adding net-zope (diff) | |
download | gentoo-2-5e8e65101971c3003e810b8abf8b3c82aada860a.tar.gz gentoo-2-5e8e65101971c3003e810b8abf8b3c82aada860a.tar.bz2 gentoo-2-5e8e65101971c3003e810b8abf8b3c82aada860a.zip |
java fix for #15816
Diffstat (limited to 'dev-php/php/php-4.3.1.ebuild')
-rw-r--r-- | dev-php/php/php-4.3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/php/php-4.3.1.ebuild b/dev-php/php/php-4.3.1.ebuild index 20f8410b02a1..aa0443d01e7d 100644 --- a/dev-php/php/php-4.3.1.ebuild +++ b/dev-php/php/php-4.3.1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Update: Roman Weber <gentoo@gonzo.ch> -# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.3.1.ebuild,v 1.5 2003/03/03 09:01:51 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.3.1.ebuild,v 1.6 2003/03/03 09:23:03 vapier Exp $ IUSE="truetype postgres tiff libwww nls jpeg readline ssl oci8 mysql X gdbm curl imap xml2 xml cjk pdflib qt snmp crypt flash odbc ldap berkdb freetds firebird pam spell" @@ -151,7 +151,7 @@ src_compile() { use xml2 && myconf="${myconf} --with-dom" use crypt && myconf="${myconf} --enable-mcrypt=/usr --with-mhash" - use java && myconf="${myconf} --with-java=${JDK_HOME}" + use java && myconf="${myconf} --with-java=${JAVA_HOME}" LDFLAGS="$LDFLAGS -ltiff -ljpeg" |