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 | d2cd190d73c744bee436a44290d71be925397308 (patch) | |
tree | 5f0f449f3654d47bd880b41b93f5576517661bab /eclass/php5-sapi-r1.eclass | |
parent | Cleanup for bug #92745. (diff) | |
download | historical-d2cd190d73c744bee436a44290d71be925397308.tar.gz historical-d2cd190d73c744bee436a44290d71be925397308.tar.bz2 historical-d2cd190d73c744bee436a44290d71be925397308.zip |
fix bug #92894 and typo with my_conf usage.
Diffstat (limited to 'eclass/php5-sapi-r1.eclass')
-rw-r--r-- | eclass/php5-sapi-r1.eclass | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/php5-sapi-r1.eclass b/eclass/php5-sapi-r1.eclass index 66ff8bb3e6a6..814cdee25fb5 100644 --- a/eclass/php5-sapi-r1.eclass +++ b/eclass/php5-sapi-r1.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-r1.eclass,v 1.5 2005/05/06 09:19:20 sebastian Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi-r1.eclass,v 1.6 2005/05/17 18:43:28 robbat2 Exp $ # # eclass/php5-sapi.eclass # Eclass for building different php5 SAPI instances @@ -192,6 +192,7 @@ php5-sapi_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 @@ -429,7 +430,7 @@ php5-sapi_src_compile() { enable_extension_with "libedit" "libedit" 1 # optimization/setting stuff - myconf="${myconf} --enable-versioning" + my_conf="${my_conf} --enable-versioning" # all done |