089acff6fe
+ switch from using system sqlite to the bundled one because they have many modifications that are needed + add a new mirror for the distfile because the google one is utterly slow
49 lines
1.7 KiB
Plaintext
49 lines
1.7 KiB
Plaintext
$OpenBSD: patch-build_common_gypi,v 1.5 2011/04/29 13:18:01 robert Exp $
|
|
--- build/common.gypi.orig Tue Apr 26 10:01:32 2011
|
|
+++ build/common.gypi Thu Apr 28 11:17:49 2011
|
|
@@ -97,7 +97,7 @@
|
|
'fastbuild%': 0,
|
|
|
|
# Python version.
|
|
- 'python_ver%': '2.5',
|
|
+ 'python_ver%': '2.6',
|
|
|
|
# Set ARM-v7 compilation flags
|
|
'armv7%': 0,
|
|
@@ -311,7 +311,7 @@
|
|
'linux_strip_reliability_tests%': 0,
|
|
|
|
# Enable TCMalloc.
|
|
- 'linux_use_tcmalloc%': 1,
|
|
+ 'linux_use_tcmalloc%': 0,
|
|
|
|
# Disable TCMalloc's debugallocation.
|
|
'linux_use_debugallocation%': 0,
|
|
@@ -332,7 +332,7 @@
|
|
|
|
# Used to disable Native Client at compile time, for platforms where it
|
|
# isn't supported
|
|
- 'disable_nacl%': 0,
|
|
+ 'disable_nacl%': 1,
|
|
|
|
# Set Thumb compilation flags.
|
|
'arm_thumb%': 0,
|
|
@@ -394,7 +394,7 @@
|
|
# This is used to tweak build flags for gcc 4.4.
|
|
'gcc_version%': '<!(python <(DEPTH)/build/compiler_version.py)',
|
|
# Figure out the python architecture to decide if we build pyauto.
|
|
- 'python_arch%': '<!(<(DEPTH)/build/linux/python_arch.sh <(sysroot)/usr/lib/libpython<(python_ver).so.1.0)',
|
|
+ 'python_arch%': '<!(<(DEPTH)/build/linux/python_arch.sh <(sysroot)/usr/local/lib/libpython<(python_ver).so.1.0)',
|
|
'conditions': [
|
|
['branding=="Chrome"', {
|
|
'linux_breakpad%': 1,
|
|
@@ -752,7 +752,7 @@
|
|
['exclude', '(^|/)(gtk|x11)_[^/]*\\.(h|cc)$'],
|
|
],
|
|
}],
|
|
- ['OS!="linux"', {
|
|
+ ['OS!="linux" and OS!="openbsd"', {
|
|
'sources/': [
|
|
['exclude', '_linux(_unittest)?\\.(h|cc)$'],
|
|
['exclude', '(^|/)linux/'],
|