summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-03-03 09:23:03 +0000
committerMike Frysinger <vapier@gentoo.org>2003-03-03 09:23:03 +0000
commit5e8e65101971c3003e810b8abf8b3c82aada860a (patch)
tree12ed9d7ac63a8eae19f6cfe2599a8dc60987a71b /dev-php/php/php-4.3.0-r3.ebuild
parentAdding net-zope (diff)
downloadgentoo-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.0-r3.ebuild')
-rw-r--r--dev-php/php/php-4.3.0-r3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/php/php-4.3.0-r3.ebuild b/dev-php/php/php-4.3.0-r3.ebuild
index f01aa1120372..2ad5450f85c8 100644
--- a/dev-php/php/php-4.3.0-r3.ebuild
+++ b/dev-php/php/php-4.3.0-r3.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.0-r3.ebuild,v 1.2 2003/02/13 11:31:31 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.3.0-r3.ebuild,v 1.3 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"
@@ -147,7 +147,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"