openbsd-ports/www/chromium/patches/patch-native_client_build_common_gypi

13 lines
503 B
Plaintext

$OpenBSD: patch-native_client_build_common_gypi,v 1.4 2011/06/08 20:36:56 robert Exp $
--- native_client/build/common.gypi.orig Mon Jun 6 11:13:06 2011
+++ native_client/build/common.gypi Wed Jun 8 09:58:36 2011
@@ -359,7 +359,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.