diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2005-09-25 15:21:22 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2005-09-25 15:21:22 +0000 |
commit | e6d6973041997d432ae3b1668ddd0963547f6fca (patch) | |
tree | 368950f39b44a804f7325dd4c0c9d58e1221c3c9 /eclass/php4_4-sapi.eclass | |
parent | Remove gcc 3.4 flag -mno-tls-direct-seg-refs, bug #103827 (diff) | |
download | gentoo-2-e6d6973041997d432ae3b1668ddd0963547f6fca.tar.gz gentoo-2-e6d6973041997d432ae3b1668ddd0963547f6fca.tar.bz2 gentoo-2-e6d6973041997d432ae3b1668ddd0963547f6fca.zip |
Fix automake errors. Patch by Luca Longinotti (CHTEKK).
Diffstat (limited to 'eclass/php4_4-sapi.eclass')
-rw-r--r-- | eclass/php4_4-sapi.eclass | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/eclass/php4_4-sapi.eclass b/eclass/php4_4-sapi.eclass index 6f1ad93faa7f..cec62b780c34 100644 --- a/eclass/php4_4-sapi.eclass +++ b/eclass/php4_4-sapi.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/php4_4-sapi.eclass,v 1.3 2005/09/18 12:57:22 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php4_4-sapi.eclass,v 1.4 2005/09/25 15:21:22 kloeri Exp $ # # ######################################################################## # @@ -46,6 +46,12 @@ DEPEND="${DEPEND} !dev-php/php !dev-php/php-cgi !dev-php/mod_php + >=sys-devel/m4-1.4.3 + >=sys-devel/libtool-1.5.18 + >=sys-devel/automake-1.9.6 + sys-devel/automake-wrapper + >=sys-devel/autoconf-2.59 + sys-devel/autoconf-wrapper berkdb? ( =sys-libs/db-4* ) bzip2? ( app-arch/bzip2 ) cdb? ( dev-db/cdb ) @@ -217,7 +223,7 @@ php4_4-sapi_check_awkward_uses() { confutils_use_depend_all "solid" "odbc" # PEAR support - confutils_use_depend_all "pear" "cli" "pcre" "xml" + confutils_use_depend_all "pear" "cli" "pcre" "xml" "zlib" # Readline and libedit do the same thing; you can't have both confutils_use_conflict "readline" "libedit" |