ports/databases/mongodb34/files/patch-src_third__party_mozjs-45_SConscript
Steve Wills 5d888fc1d7 databases/mongodb34: add support for aarch64
PR:		229602
Submitted by:	Ronald Klop <ronald-lists@klop.ws>
Approved by:	maintainer timeout (eric@camachat.org, > 2 weeks)
2018-07-24 20:03:01 +00:00

18 lines
670 B
Text

--- src/third_party/mozjs-45/SConscript.orig 2017-09-07 19:28:48 UTC
+++ src/third_party/mozjs-45/SConscript
@@ -93,7 +93,6 @@ env.Prepend(CPPPATH=[
sources = [
"extract/js/src/builtin/RegExp.cpp",
"extract/js/src/frontend/Parser.cpp",
- "extract/js/src/jit/ProcessExecutableMemory.cpp",
"extract/js/src/jsarray.cpp",
"extract/js/src/jsatom.cpp",
"extract/js/src/jsmath.cpp",
@@ -108,6 +107,7 @@ sources = [
if env['TARGET_ARCH'] == 'x86_64' and not env.TargetOSIs('solaris'):
sources.extend([
+ "extract/js/src/jit/ProcessExecutableMemory.cpp",
"extract/js/src/jit/x86-shared/Disassembler-x86-shared.cpp",
])