Gentoo Archives: gentoo-commits

From: "Markus Ullmann (jokey)" <jokey@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: php5_2-sapi.eclass
Date: Mon, 10 Sep 2007 21:21:40
Message-Id: E1IUqMr-0003rX-9V@stork.gentoo.org
1 jokey 07/09/10 21:00:25
2
3 Modified: php5_2-sapi.eclass
4 Log:
5 Fix interbase support for bug #186791
6
7 Revision Changes Path
8 1.14 eclass/php5_2-sapi.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/php5_2-sapi.eclass?rev=1.14&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/php5_2-sapi.eclass?rev=1.14&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/php5_2-sapi.eclass?r1=1.13&r2=1.14
13
14 Index: php5_2-sapi.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/php5_2-sapi.eclass,v
17 retrieving revision 1.13
18 retrieving revision 1.14
19 diff -u -r1.13 -r1.14
20 --- php5_2-sapi.eclass 8 Sep 2007 12:06:20 -0000 1.13
21 +++ php5_2-sapi.eclass 10 Sep 2007 21:00:24 -0000 1.14
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2007 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/php5_2-sapi.eclass,v 1.13 2007/09/08 12:06:20 jokey Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/php5_2-sapi.eclass,v 1.14 2007/09/10 21:00:24 jokey Exp $
27
28 # ========================================================================
29 # Based on robbat2's work on the php4 sapi eclass
30 @@ -523,7 +523,7 @@
31
32 # Interbase support
33 if use firebird || use interbase ; then
34 - my_conf="${my_conf} --with-interbase=/usr"
35 + my_conf="${my_conf} --with-interbase=/opt"
36 fi
37
38 # LDAP support
39
40
41
42 --
43 gentoo-commits@g.o mailing list