diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-12-31 16:34:35 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-12-31 16:34:35 +0000 |
commit | acb43bb8c36dd6c99480b38ff265ced172e5ef8c (patch) | |
tree | f275ddd6afc7a7c5fb93e5902834c1dd435dc9f0 /dev-lang/v8/v8-9999.ebuild | |
parent | Call python_pkg_setup(). Update call to sed. (diff) | |
download | gentoo-2-acb43bb8c36dd6c99480b38ff265ced172e5ef8c.tar.gz gentoo-2-acb43bb8c36dd6c99480b38ff265ced172e5ef8c.tar.bz2 gentoo-2-acb43bb8c36dd6c99480b38ff265ced172e5ef8c.zip |
Fix build, bug #349794 by flameeyes. Used patch by Mike Gilbert <floppymaster@gmail.com>.
(Portage version: 2.1.9.25/cvs/Linux i686)
Diffstat (limited to 'dev-lang/v8/v8-9999.ebuild')
-rw-r--r-- | dev-lang/v8/v8-9999.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-lang/v8/v8-9999.ebuild b/dev-lang/v8/v8-9999.ebuild index 306e6f8e74df..98cdc75b7a3e 100644 --- a/dev-lang/v8/v8-9999.ebuild +++ b/dev-lang/v8/v8-9999.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-lang/v8/v8-9999.ebuild,v 1.1 2010/12/14 15:54:38 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/v8/v8-9999.ebuild,v 1.2 2010/12/31 16:34:35 phajdan.jr Exp $ EAPI="2" @@ -34,6 +34,9 @@ src_prepare() { # Respect the user's CFLAGS, including the optimization level. epatch "${FILESDIR}"/${PN}-no-O3-r0.patch + # Fix a compile error (bug #349794), to be upstreamed. + epatch "${FILESDIR}"/${PN}-gentoo-bug-349794-r0.patch + # Remove a test that is known to fail: # http://groups.google.com/group/v8-users/browse_thread/thread/b8a3f42b5aa18d06 rm test/mjsunit/debug-script.js || die |