pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/spidermonkey52/patches Fix spidermonkey52 fo comp...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b3a607700166
branches: trunk
changeset: 415515:b3a607700166
user: jklos <jklos%pkgsrc.org@localhost>
date: Tue Oct 08 21:16:06 2019 +0000
description:
Fix spidermonkey52 fo compile on alpha.
diffstat:
lang/spidermonkey52/patches/patch-python_mozbuild_mozbuild_configure_constants.py | 11 ++++++++-
1 files changed, 9 insertions(+), 2 deletions(-)
diffs (32 lines):
diff -r 17af3cfed5a9 -r b3a607700166 lang/spidermonkey52/patches/patch-python_mozbuild_mozbuild_configure_constants.py
--- a/lang/spidermonkey52/patches/patch-python_mozbuild_mozbuild_configure_constants.py Tue Oct 08 21:05:11 2019 +0000
+++ b/lang/spidermonkey52/patches/patch-python_mozbuild_mozbuild_configure_constants.py Tue Oct 08 21:16:06 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-python_mozbuild_mozbuild_configure_constants.py,v 1.1 2018/05/11 19:18:35 jperkin Exp $
+$NetBSD: patch-python_mozbuild_mozbuild_configure_constants.py,v 1.2 2019/10/08 21:16:06 jklos Exp $
Support SunOS.
@@ -12,7 +12,7 @@
'WINNT',
)
-@@ -35,6 +36,7 @@ Kernel = EnumString.subclass(
+@@ -35,12 +36,13 @@ Kernel = EnumString.subclass(
'Linux',
'NetBSD',
'OpenBSD',
@@ -20,6 +20,13 @@
'WINNT',
)
+ CPU_bitness = {
+ 'aarch64': 64,
+- 'Alpha': 32,
++ 'Alpha': 64,
+ 'arm': 32,
+ 'hppa': 32,
+ 'ia64': 64,
@@ -97,6 +99,7 @@ kernel_preprocessor_checks = {
'Linux': '__linux__',
'NetBSD': '__NetBSD__',
Home |
Main Index |
Thread Index |
Old Index