summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2003-08-17 21:51:01 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2003-08-17 21:51:01 +0000
commit6a89838eca4226d11e1996391c2848ab9c93f8bc (patch)
treead256079f44d29906d390f8cb5b06156522681a9 /eclass/php.eclass
parentFix & cleanup (diff)
downloadgentoo-2-6a89838eca4226d11e1996391c2848ab9c93f8bc.tar.gz
gentoo-2-6a89838eca4226d11e1996391c2848ab9c93f8bc.tar.bz2
gentoo-2-6a89838eca4226d11e1996391c2848ab9c93f8bc.zip
fix glitch with jpeg code
Diffstat (limited to 'eclass/php.eclass')
-rw-r--r--eclass/php.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/php.eclass b/eclass/php.eclass
index a0b9abcdc687..697a3629c5ed 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
# Author: Robin H. Johnson <robbat2@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/eclass/php.eclass,v 1.75 2003/08/17 06:06:23 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php.eclass,v 1.76 2003/08/17 21:51:01 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
@@ -286,7 +286,7 @@ php_src_compile() {
myconf="${myconf} --without-gd"
fi
use png || [ -n "${REQUIREPNG}" ] && myconf="${myconf} --with-png-dir=/usr" || myconf="${myconf} --without-png"
- use jpeg || [ -n "${REQUIREJPG}" ] && myconf="${myconf} --with-jpeg --with-jpeg-dir=/usr --enable-exif" myconf="${myconf} --without-jpeg"
+ use jpeg || [ -n "${REQUIREJPG}" ] && myconf="${myconf} --with-jpeg --with-jpeg-dir=/usr --enable-exif" || myconf="${myconf} --without-jpeg"
use tiff || [ -n "${REQUIRETIFF}" ] && myconf="${myconf} --with-tiff-dir=/usr" LDFLAGS="${LDFLAGS} -ltiff" || myconf="${myconf} --without-tiff"
#use mysql && myconf="${myconf} --with-mysql=/usr" || myconf="${myconf} --without-mysql"