aboutsummaryrefslogtreecommitdiffstats
path: root/www/node-devel/files/patch-platform-freebsd.cc
diff options
context:
space:
mode:
Diffstat (limited to 'www/node-devel/files/patch-platform-freebsd.cc')
-rw-r--r--www/node-devel/files/patch-platform-freebsd.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/node-devel/files/patch-platform-freebsd.cc b/www/node-devel/files/patch-platform-freebsd.cc
new file mode 100644
index 000000000000..210f8817ab7a
--- /dev/null
+++ b/www/node-devel/files/patch-platform-freebsd.cc
@@ -0,0 +1,11 @@
+--- deps/v8/src/platform-freebsd.orig 2013-11-18 22:50:13.000000000 -0200
++++ deps/v8/src/platform-freebsd.cc 2013-11-18 22:55:37.000000000 -0200
+@@ -189,7 +189,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);
+ }