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

13 lines
632 B
Plaintext

$OpenBSD: patch-build_features_override_gypi,v 1.5 2011/08/16 08:17:44 robert Exp $
--- build/features_override.gypi.orig Tue Aug 2 20:16:35 2011
+++ build/features_override.gypi Tue Aug 2 20:17:11 2011
@@ -110,7 +110,7 @@
# TODO(crogers): For the moment Windows is only enabled for
# Google-branded build, since the FFmpeg DLLs need to be re-built
# for chromium.
- ['OS=="mac" or OS=="linux" or (OS=="win" and branding=="Chrome")', {
+ ['OS=="mac" or OS=="linux" or OS=="openbsd" or (OS=="win" and branding=="Chrome")', {
'feature_defines': [
'ENABLE_WEB_AUDIO=1',
],