Gentoo Archives: gentoo-commits

From: "Matti Bickel (mabi)" <mabi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/php/files/eblits: src_configure-v2.eblit
Date: Sun, 31 Oct 2010 17:24:38
Message-Id: 20101031172434.AB1DA20054@flycatcher.gentoo.org
1 mabi 10/10/31 17:24:34
2
3 Modified: src_configure-v2.eblit
4 Log:
5 properly fix bug #281316 (thanks to Alex Kiesel for noticing)
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 dev-lang/php/files/eblits/src_configure-v2.eblit
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/files/eblits/src_configure-v2.eblit?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/files/eblits/src_configure-v2.eblit?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/files/eblits/src_configure-v2.eblit?r1=1.2&r2=1.3
14
15 Index: src_configure-v2.eblit
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/src_configure-v2.eblit,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- src_configure-v2.eblit 24 Oct 2010 11:48:42 -0000 1.2
22 +++ src_configure-v2.eblit 31 Oct 2010 17:24:34 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/src_configure-v2.eblit,v 1.2 2010/10/24 11:48:42 mabi Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/src_configure-v2.eblit,v 1.3 2010/10/31 17:24:34 mabi Exp $
28
29 eblit-php-src_configure() {
30 PHP_DESTDIR="/usr/$(get_libdir)/php${SLOT}"
31 @@ -60,7 +60,7 @@
32 phpconfutils_extension_enable "soap" "soap" 1
33 phpconfutils_extension_enable "sockets" "sockets" 1
34 phpconfutils_extension_without "sqlite3" "sqlite3" 1 "/usr"
35 - phpconfutils_extension_with "sybase-ct" "sybase-ct" 1
36 + phpconfutils_extension_with "sybase-ct" "sybase-ct" 1 "/usr"
37 phpconfutils_extension_enable "sysvmsg" "sysvipc" 1
38 phpconfutils_extension_enable "sysvsem" "sysvipc" 1
39 phpconfutils_extension_enable "sysvshm" "sysvipc" 1