diff options
author | Ole Markus With <olemarkus@gentoo.org> | 2013-04-01 07:32:34 +0000 |
---|---|---|
committer | Ole Markus With <olemarkus@gentoo.org> | 2013-04-01 07:32:34 +0000 |
commit | ca8c07aab7cebc3a72ab13f7e257338952558058 (patch) | |
tree | 32770c00441582dad0f51e3a13093f7d66913668 /dev-php/igbinary/igbinary-1.1.1-r2.ebuild | |
parent | Add USE="caps gles opengl sdl usb X" flags to control the now (optional) depe... (diff) | |
download | gentoo-2-ca8c07aab7cebc3a72ab13f7e257338952558058.tar.gz gentoo-2-ca8c07aab7cebc3a72ab13f7e257338952558058.tar.bz2 gentoo-2-ca8c07aab7cebc3a72ab13f7e257338952558058.zip |
Fix ZTS build. Bug 435742
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key C4A92BF5)
Diffstat (limited to 'dev-php/igbinary/igbinary-1.1.1-r2.ebuild')
-rw-r--r-- | dev-php/igbinary/igbinary-1.1.1-r2.ebuild | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/dev-php/igbinary/igbinary-1.1.1-r2.ebuild b/dev-php/igbinary/igbinary-1.1.1-r2.ebuild index 53d6d11fe579..8a33c66dad76 100644 --- a/dev-php/igbinary/igbinary-1.1.1-r2.ebuild +++ b/dev-php/igbinary/igbinary-1.1.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/igbinary/igbinary-1.1.1-r2.ebuild,v 1.1 2013/03/28 12:23:13 olemarkus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/igbinary/igbinary-1.1.1-r2.ebuild,v 1.2 2013/04/01 07:32:33 olemarkus Exp $ EAPI="5" PHP_EXT_NAME="igbinary" @@ -25,6 +25,15 @@ IUSE="" DEPEND="" RDEPEND="${DEPEND}" +src_prepare() { + local slot + for slot in $(php_get_slots); do + php_init_slot_env ${slot} + epatch "${FILESDIR}/zts-fix.patch" + done + php-ext-source-r2_src_prepare +} + src_configure() { my_conf="--enable-igbinary" php-ext-source-r2_src_configure |