pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/spidermonkey52/patches
Module Name: pkgsrc
Committed By: jklos
Date: Tue Oct 8 21:16:07 UTC 2019
Modified Files:
pkgsrc/lang/spidermonkey52/patches:
patch-python_mozbuild_mozbuild_configure_constants.py
Log Message:
Fix spidermonkey52 fo compile on alpha.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 \
pkgsrc/lang/spidermonkey52/patches/patch-python_mozbuild_mozbuild_configure_constants.py
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/spidermonkey52/patches/patch-python_mozbuild_mozbuild_configure_constants.py
diff -u pkgsrc/lang/spidermonkey52/patches/patch-python_mozbuild_mozbuild_configure_constants.py:1.1 pkgsrc/lang/spidermonkey52/patches/patch-python_mozbuild_mozbuild_configure_constants.py:1.2
--- pkgsrc/lang/spidermonkey52/patches/patch-python_mozbuild_mozbuild_configure_constants.py:1.1 Fri May 11 19:18:35 2018
+++ pkgsrc/lang/spidermonkey52/patches/patch-python_mozbuild_mozbuild_configure_constants.py Tue Oct 8 21:16:06 2019
@@ -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 @@ Support SunOS.
'WINNT',
)
-@@ -35,6 +36,7 @@ Kernel = EnumString.subclass(
+@@ -35,12 +36,13 @@ Kernel = EnumString.subclass(
'Linux',
'NetBSD',
'OpenBSD',
@@ -20,6 +20,13 @@ Support SunOS.
'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