|
|
|
|
@ -1,21 +1,33 @@
|
|
|
|
|
Index: build/all.gyp
|
|
|
|
|
--- build/all.gyp.orig 2011-09-07 18:05:57.000000000 +0200
|
|
|
|
|
+++ build/all.gyp 2013-07-03 09:36:06.365162248 +0200
|
|
|
|
|
@@ -8,10 +8,7 @@
|
|
|
|
|
--- build/all.gyp.orig 2013-10-16 12:38:50.000000000 +0200
|
|
|
|
|
+++ build/all.gyp 2013-10-31 19:44:35.847786172 +0100
|
|
|
|
|
@@ -8,9 +8,7 @@
|
|
|
|
|
'target_name': 'All',
|
|
|
|
|
'type': 'none',
|
|
|
|
|
'dependencies': [
|
|
|
|
|
- '../preparser/preparser.gyp:*',
|
|
|
|
|
- '../samples/samples.gyp:*',
|
|
|
|
|
'../src/d8.gyp:d8',
|
|
|
|
|
- '../src/d8.gyp:d8',
|
|
|
|
|
- '../test/cctest/cctest.gyp:*',
|
|
|
|
|
+ '../src/d8.gyp:d8'
|
|
|
|
|
],
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
Index: src/platform-freebsd.cc
|
|
|
|
|
--- src/platform-freebsd.cc.orig 2013-09-28 18:02:01.000000000 +0200
|
|
|
|
|
+++ src/platform-freebsd.cc 2013-10-31 20:03:09.708026929 +0100
|
|
|
|
|
@@ -182,7 +182,7 @@
|
|
|
|
|
// There may be no filename in this line. Skip to next.
|
|
|
|
|
if (start_of_path == NULL) continue;
|
|
|
|
|
buffer[bytes_read] = 0;
|
|
|
|
|
- LOG(isolate SharedLibraryEvent(start_of_path, start, end));
|
|
|
|
|
+ LOG(isolate, SharedLibraryEvent(start_of_path, start, end));
|
|
|
|
|
}
|
|
|
|
|
close(fd);
|
|
|
|
|
}
|
|
|
|
|
Index: tools/gyp/v8.gyp
|
|
|
|
|
--- tools/gyp/v8.gyp.orig 2013-07-03 09:28:04.000000000 +0200
|
|
|
|
|
+++ tools/gyp/v8.gyp 2013-07-03 10:40:50.725174118 +0200
|
|
|
|
|
@@ -204,6 +204,9 @@
|
|
|
|
|
--- tools/gyp/v8.gyp.orig 2013-10-30 23:47:03.000000000 +0100
|
|
|
|
|
+++ tools/gyp/v8.gyp 2013-10-31 19:44:35.847786172 +0100
|
|
|
|
|
@@ -205,6 +205,9 @@
|
|
|
|
|
'../../src',
|
|
|
|
|
],
|
|
|
|
|
'sources': [ ### gcmole(all) ###
|
|
|
|
|
|