summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Hoffmann <hoffie@gentoo.org>2008-04-16 14:53:44 +0000
committerChristian Hoffmann <hoffie@gentoo.org>2008-04-16 14:53:44 +0000
commit5b03c50183c7782563c8230e9c3b5e0f6f2149ea (patch)
tree2b9eef0b90a08df6458e09db6ff57a105dcae76a /dev-lang
parentamd64 stable, bug #215735. (diff)
downloadgentoo-2-5b03c50183c7782563c8230e9c3b5e0f6f2149ea.tar.gz
gentoo-2-5b03c50183c7782563c8230e9c3b5e0f6f2149ea.tar.bz2
gentoo-2-5b03c50183c7782563c8230e9c3b5e0f6f2149ea.zip
workaround autoconf-2.62 behavior change which made build fail w/ USE=posix (bug 217392), no revbump
(Portage version: 2.1.5_rc3)
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/php/ChangeLog6
-rw-r--r--dev-lang/php/php-5.2.6_rc4.ebuild5
2 files changed, 9 insertions, 2 deletions
diff --git a/dev-lang/php/ChangeLog b/dev-lang/php/ChangeLog
index 57c90d2adbed..00b92a36d824 100644
--- a/dev-lang/php/ChangeLog
+++ b/dev-lang/php/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-lang/php
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.263 2008/04/15 15:35:17 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/ChangeLog,v 1.264 2008/04/16 14:53:44 hoffie Exp $
+
+ 16 Apr 2008; Christian Hoffmann <hoffie@gentoo.org> php-5.2.6_rc4.ebuild:
+ workaround autoconf-2.62 behavior change which made build fail w/
+ USE=posix (bug 217392), no revbump
15 Apr 2008; Jeroen Roovers <jer@gentoo.org> php-5.2.6_rc4.ebuild:
Stable for HPPA (bug #215266).
diff --git a/dev-lang/php/php-5.2.6_rc4.ebuild b/dev-lang/php/php-5.2.6_rc4.ebuild
index be017aa7fc96..42958b05750a 100644
--- a/dev-lang/php/php-5.2.6_rc4.ebuild
+++ b/dev-lang/php/php-5.2.6_rc4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.6_rc4.ebuild,v 1.5 2008/04/15 15:35:17 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-5.2.6_rc4.ebuild,v 1.6 2008/04/16 14:53:44 hoffie Exp $
CGI_SAPI_USE="discard-path force-cgi-redirect"
APACHE2_SAPI_USE="concurrentmodphp threads"
@@ -154,6 +154,9 @@ src_unpack() {
ext/standard/tests/file/006_error.phpt \
ext/standard/tests/file/touch.phpt
+ # Workaround for autoconf-2.62 behaviour change, bug 217392
+ sed -re 's:(#ifdef HAVE_CONFIG_H.*):#define _GNU_SOURCE\n\1:' -i ext/posix/posix.c
+
# REMOVING BROKEN TESTS:
# removing this test as it has been broken for ages and is not easily
# fixable (depends on a lot of factors)