openbsd-ports/www/chromium/patches/patch-build_features_override_gypi
espie ae6e8f236b late update to chromium 9, robert@ did the work, but he doesn't have the
time right now.
Tree is still locked!
Reasons for the update:
- good work that can be used now
- only builds on i386/amd64, and they're fast
- multiple security problems in old chrome
- old chrome half working, can't break it more than it was.

This one requires resources (see MESSAGE), but it's ways more stable.

Again, discussed with sthen@, jasper@, naddy@, miod@
2011-02-08 09:43:02 +00:00

13 lines
642 B
Plaintext

$OpenBSD: patch-build_features_override_gypi,v 1.1 2011/02/08 09:43:02 espie Exp $
--- build/features_override.gypi.orig Fri Jan 21 10:20:13 2011
+++ build/features_override.gypi Sun Jan 23 23:27:31 2011
@@ -69,7 +69,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',