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

13 lines
503 B
Plaintext
Raw Normal View History

$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.