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
31 lines
1.2 KiB
Plaintext
31 lines
1.2 KiB
Plaintext
$OpenBSD: patch-third_party_icu_icu_gyp,v 1.4 2011/04/29 13:18:02 robert Exp $
|
|
--- third_party/icu/icu.gyp.orig Tue Apr 26 10:15:19 2011
|
|
+++ third_party/icu/icu.gyp Thu Apr 28 17:47:31 2011
|
|
@@ -54,7 +54,7 @@
|
|
}, { # else: OS != "win"
|
|
'sources!': ['windows/icudt46.dll'],
|
|
}],
|
|
- [ 'OS != "linux" or chromeos == 1', {
|
|
+ [ '(OS != "linux" and OS != "openbsd") or chromeos == 1', {
|
|
'sources!': ['linux/icudt46l_dat.S'],
|
|
}],
|
|
[ 'OS != "mac"', {
|
|
@@ -264,7 +264,7 @@
|
|
],
|
|
},
|
|
'conditions': [
|
|
- [ 'OS=="linux"', {
|
|
+ [ 'OS=="linux" or OS=="openbsd"', {
|
|
# Since ICU wants to internally use its own deprecated APIs, don't
|
|
# complain about it.
|
|
'cflags': [
|
|
@@ -479,7 +479,7 @@
|
|
'source/stubdata/stubdata.c',
|
|
],
|
|
}],
|
|
- [ 'OS == "linux"', {
|
|
+ [ 'OS == "linux" or OS=="openbsd"', {
|
|
'cflags': [
|
|
# Since ICU wants to internally use its own deprecated APIs,
|
|
# don't complain about it.
|