* [gentoo-commits] gentoo-x86 commit in dev-lang/v8/files: v8-gentoo-bug-349794-r0.patch
@ 2010-12-31 16:34 PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; only message in thread
From: PaweA Hajdan (phajdan.jr) @ 2010-12-31 16:34 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 10/12/31 16:34:35
Added: v8-gentoo-bug-349794-r0.patch
Log:
Fix build, bug #349794 by flameeyes. Used patch by Mike Gilbert <floppymaster@gmail.com>.
(Portage version: 2.1.9.25/cvs/Linux i686)
Revision Changes Path
1.1 dev-lang/v8/files/v8-gentoo-bug-349794-r0.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/files/v8-gentoo-bug-349794-r0.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/v8/files/v8-gentoo-bug-349794-r0.patch?rev=1.1&content-type=text/plain
Index: v8-gentoo-bug-349794-r0.patch
===================================================================
Index: SConstruct
===================================================================
--- SConstruct (revision 6120)
+++ SConstruct (working copy)
@@ -32,7 +32,7 @@
from os.path import join, dirname, abspath
from types import DictType, StringTypes
root_dir = dirname(File('SConstruct').rfile().abspath)
-sys.path.append(join(root_dir, 'tools'))
+sys.path.insert(0, join(root_dir, 'tools'))
import js2c, utils
# ANDROID_TOP is the top of the Android checkout, fetched from the environment
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-12-31 16:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-31 16:34 [gentoo-commits] gentoo-x86 commit in dev-lang/v8/files: v8-gentoo-bug-349794-r0.patch PaweA Hajdan (phajdan.jr)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox