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 | 387e44117e0b0f0fdd086476882afcca40bc85dc (patch) | |
tree | d3f413290a447ed97042a692c1bf62bf3629d85b /eclass/php5_2-sapi.eclass | |
parent | Fix line endings issue (bug #179062), thanks to Elias Probst <mail@eliasprobs... (diff) | |
download | gentoo-2-387e44117e0b0f0fdd086476882afcca40bc85dc.tar.gz gentoo-2-387e44117e0b0f0fdd086476882afcca40bc85dc.tar.bz2 gentoo-2-387e44117e0b0f0fdd086476882afcca40bc85dc.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 |