diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2005-05-17 18:43:28 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2005-05-17 18:43:28 +0000 |
commit | 68b7697b2a9ba9858c14aaac1498affa239e7ab5 (patch) | |
tree | 30ca0165fb7546775373047082cf6db7bdbd79ae /eclass/php5-sapi-r2.eclass | |
parent | Cleanup for bug #92745. (diff) | |
download | gentoo-2-68b7697b2a9ba9858c14aaac1498affa239e7ab5.tar.gz gentoo-2-68b7697b2a9ba9858c14aaac1498affa239e7ab5.tar.bz2 gentoo-2-68b7697b2a9ba9858c14aaac1498affa239e7ab5.zip |
fix bug #92894 and typo with my_conf usage.
Diffstat (limited to 'eclass/php5-sapi-r2.eclass')
-rw-r--r-- | eclass/php5-sapi-r2.eclass | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/php5-sapi-r2.eclass b/eclass/php5-sapi-r2.eclass index 5ee44c9cc5e8..b488602a1b42 100644 --- a/eclass/php5-sapi-r2.eclass +++ b/eclass/php5-sapi-r2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi-r2.eclass,v 1.4 2005/05/06 09:19:20 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi-r2.eclass,v 1.5 2005/05/17 18:43:28 robbat2 Exp $ # # eclass/php5-sapi-r2.eclass # Eclass for building different php5 SAPI instances @@ -201,6 +201,7 @@ php5-sapi-r2_check_awkward_uses() { confutils_use_depend_any "png" "gd" "gd-external" confutils_use_depend_any "tiff" "gd" "gd-external" confutils_use_depend_any "xpm" "gd" "gd-external" + confutils_use_depend_all "png" "zlib" if useq imap ; then enable_extension_with "imap" "imap" 1 @@ -439,7 +440,7 @@ php5-sapi-r2_src_compile() { enable_extension_with "libedit" "libedit" 1 # optimization/setting stuff - myconf="${myconf} --enable-versioning" + my_conf="${my_conf} --enable-versioning" # all done |