openbsd-ports/www/chromium/patches/patch-native_client_build_common_gypi
robert 089acff6fe update to the latest stable version which is now 11.0.696.60
+ 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
2011-04-29 13:18:01 +00:00

13 lines
503 B
Plaintext

$OpenBSD: patch-native_client_build_common_gypi,v 1.3 2011/04/29 13:18:01 robert Exp $
--- native_client/build/common.gypi.orig Tue Apr 26 10:14:23 2011
+++ native_client/build/common.gypi Thu Apr 28 11:17:49 2011
@@ -358,7 +358,7 @@
},
},
'conditions': [
- ['OS=="linux"', {
+ ['OS=="linux" or OS=="openbsd"', {
'target_defaults': {
# Enable -Werror by default, but put it in a variable so it can
# be disabled in ~/.gyp/include.gypi on the valgrind builders.