diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2007-05-19 00:12:17 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2007-05-19 00:12:17 +0000 |
commit | faa0378d13991583d30d7591a978fe8d7df6ff58 (patch) | |
tree | d41e81b66d6df5f042482abf9f57b66791651a64 /eclass/php5_2-sapi.eclass | |
parent | Fix line endings issue (bug #179062), thanks to Elias Probst <mail@eliasprobs... (diff) | |
download | historical-faa0378d13991583d30d7591a978fe8d7df6ff58.tar.gz historical-faa0378d13991583d30d7591a978fe8d7df6ff58.tar.bz2 historical-faa0378d13991583d30d7591a978fe8d7df6ff58.zip |
Temporary revert until patchsets are fixed.
Diffstat (limited to 'eclass/php5_2-sapi.eclass')
-rw-r--r-- | eclass/php5_2-sapi.eclass | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/eclass/php5_2-sapi.eclass b/eclass/php5_2-sapi.eclass index ef05c74af9c9..b1897d223318 100644 --- a/eclass/php5_2-sapi.eclass +++ b/eclass/php5_2-sapi.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php5_2-sapi.eclass,v 1.7 2007/05/18 13:32:14 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php5_2-sapi.eclass,v 1.8 2007/05/19 00:12:17 chtekk Exp $ # ======================================================================== # @@ -464,9 +464,9 @@ php5_2-sapi_src_compile() { fi # Tell PHP where the db.h is on FreeBSD - if use berkdb ; then - append-cppflags "-I$(db_includedir)" - fi +# if use berkdb ; then +# append-cppflags "-I$(db_includedir)" +# fi # DBA drivers support phpconfutils_extension_with "cdb" "cdb" 0 |