Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
$NetBSD: patch-js__src__vm__SPSProfiler.cpp,v 1.1 2013/06/21 23:11:42 ryoon Exp $
Unclear fallout from our version of bug 840242, attachment v1: some architectures
fail to link if we do not add the inlines here - might be compiler/arch specific.
--- js/src/vm/SPSProfiler.cpp.orig 2013-05-11 21:19:36.000000000 +0200
+++ js/src/vm/SPSProfiler.cpp 2013-06-15 11:49:39.000000000 +0200
@@ -9,6 +9,7 @@
#include "jsnum.h"
#include "jsscript.h"
+#include "jscntxtinlines.h"
#include "methodjit/MethodJIT.h"
#include "methodjit/Compiler.h"