summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Longinotti <chtekk@gentoo.org>2007-05-19 00:12:17 +0000
committerLuca Longinotti <chtekk@gentoo.org>2007-05-19 00:12:17 +0000
commitfaa0378d13991583d30d7591a978fe8d7df6ff58 (patch)
treed41e81b66d6df5f042482abf9f57b66791651a64 /eclass/php5_2-sapi.eclass
parentFix line endings issue (bug #179062), thanks to Elias Probst <mail@eliasprobs... (diff)
downloadhistorical-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.eclass8
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