summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOle Markus With <olemarkus@gentoo.org>2010-12-26 10:59:05 +0000
committerOle Markus With <olemarkus@gentoo.org>2010-12-26 10:59:05 +0000
commitccbb46317b7ccc9e905a4739d94aecbce36e01e3 (patch)
treeeae77ee8a4f0238ed0e4218a94635cc0fb11960b /dev-php5
parentVersion bump (diff)
downloadgentoo-2-ccbb46317b7ccc9e905a4739d94aecbce36e01e3.tar.gz
gentoo-2-ccbb46317b7ccc9e905a4739d94aecbce36e01e3.tar.bz2
gentoo-2-ccbb46317b7ccc9e905a4739d94aecbce36e01e3.zip
Setting myconf in the correct fase
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Diffstat (limited to 'dev-php5')
-rw-r--r--dev-php5/xcache/xcache-1.3.1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-php5/xcache/xcache-1.3.1.ebuild b/dev-php5/xcache/xcache-1.3.1.ebuild
index 230aa3688383..aaf2c36e77bc 100644
--- a/dev-php5/xcache/xcache-1.3.1.ebuild
+++ b/dev-php5/xcache/xcache-1.3.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/xcache/xcache-1.3.1.ebuild,v 1.1 2010/12/26 10:51:47 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/xcache/xcache-1.3.1.ebuild,v 1.2 2010/12/26 10:59:05 olemarkus Exp $
PHP_EXT_NAME="xcache"
PHP_EXT_INI="yes"
@@ -26,7 +26,7 @@ DEPEND="virtual/httpd-php
!dev-php5/eaccelerator !dev-php5/pecl-apc"
RDEPEND="${DEPEND}"
-src_compile() {
+src_configure() {
my_conf="--enable-xcache=shared \
--enable-xcache-constant \
@@ -36,7 +36,7 @@ src_compile() {
--enable-xcache-encoder \
--enable-xcache-decoder"
- php-ext-source-r2_src_compile
+ php-ext-source-r2_src_configure
}
src_install() {