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-v1.eblit
Date: Mon, 05 Jul 2010 23:22:51
Message-Id: 20100705232244.320FE2C5F4@corvid.gentoo.org
1 mabi 10/07/05 23:22:44
2
3 Modified: src_configure-v1.eblit
4 Log:
5 bug #327025
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-v1.eblit
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/files/eblits/src_configure-v1.eblit?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/php/files/eblits/src_configure-v1.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-v1.eblit?r1=1.2&r2=1.3
14
15 Index: src_configure-v1.eblit
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/src_configure-v1.eblit,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- src_configure-v1.eblit 11 Jun 2010 17:15:29 -0000 1.2
22 +++ src_configure-v1.eblit 5 Jul 2010 23:22:43 -0000 1.3
23 @@ -1,17 +1,19 @@
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-v1.eblit,v 1.2 2010/06/11 17:15:29 mabi Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/files/eblits/src_configure-v1.eblit,v 1.3 2010/07/05 23:22:43 mabi Exp $
28
29 eblit-php-src_configure() {
30 PHP_DESTDIR="/usr/$(get_libdir)/php${PHP_MV}"
31
32 # This is a global variable and should be in caps. It isn't because the
33 # phpconfutils eclass relies on exactly this name...
34 + # for --with-libdir see bug #327025
35 my_conf="
36 --prefix="${PHP_DESTDIR}"
37 --mandir="${PHP_DESTDIR}"/man
38 --infodir="${PHP_DESTDIR}"/info
39 --libdir="${PHP_DESTDIR}"/lib
40 + --with-libdir=$(get_libdir)
41 --without-pear
42 $(use_enable threads maintainer-zts)"