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

13 lines
643 B
Plaintext

$OpenBSD: patch-build_features_override_gypi,v 1.4 2011/06/08 20:36:56 robert Exp $
--- build/features_override.gypi.orig Mon Jun 6 11:11:46 2011
+++ build/features_override.gypi Wed Jun 8 09:58:35 2011
@@ -86,7 +86,7 @@
'enable_svg%': '<(enable_svg)',
'enable_touch_events%': '<(enable_touch_events)',
'conditions': [
- ['(OS=="win" or OS=="linux" or OS=="mac") and use_accelerated_compositing==1', {
+ ['(OS=="win" or OS=="linux" or OS=="mac" or OS=="openbsd") and use_accelerated_compositing==1', {
'feature_defines': [
'WTF_USE_ACCELERATED_COMPOSITING=1',
'ENABLE_3D_RENDERING=1',