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.5 2011/08/16 08:17:44 robert Exp $
--- native_client/build/common.gypi.orig Wed Jul 27 10:03:26 2011
+++ native_client/build/common.gypi Tue Aug 2 20:12:19 2011
@@ -371,7 +371,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.