summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Ullmann <jokey@gentoo.org>2007-09-10 21:00:24 +0000
committerMarkus Ullmann <jokey@gentoo.org>2007-09-10 21:00:24 +0000
commitc4096451a8ed208c90b01c1ccccf008f18b15c8a (patch)
tree8e928c667ceabe1bdfb301ab386093c2419cb192 /eclass/php5_2-sapi.eclass
parentVersion bump from the GNUstep overlay (diff)
downloadhistorical-c4096451a8ed208c90b01c1ccccf008f18b15c8a.tar.gz
historical-c4096451a8ed208c90b01c1ccccf008f18b15c8a.tar.bz2
historical-c4096451a8ed208c90b01c1ccccf008f18b15c8a.zip
Fix interbase support for bug #186791
Diffstat (limited to 'eclass/php5_2-sapi.eclass')
-rw-r--r--eclass/php5_2-sapi.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/php5_2-sapi.eclass b/eclass/php5_2-sapi.eclass
index 238c0ec7c119..70b8ec8caa40 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.13 2007/09/08 12:06:20 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php5_2-sapi.eclass,v 1.14 2007/09/10 21:00:24 jokey Exp $
# ========================================================================
# Based on robbat2's work on the php4 sapi eclass
@@ -523,7 +523,7 @@ php5_2-sapi_src_compile() {
# Interbase support
if use firebird || use interbase ; then
- my_conf="${my_conf} --with-interbase=/usr"
+ my_conf="${my_conf} --with-interbase=/opt"
fi
# LDAP support