+ switch from using system sqlite to the bundled one because they have many modifications that are needed + add a new mirror for the distfile because the google one is utterly slow
13 lines
643 B
Plaintext
13 lines
643 B
Plaintext
$OpenBSD: patch-build_features_override_gypi,v 1.3 2011/04/29 13:18:01 robert Exp $
|
|
--- build/features_override.gypi.orig Tue Apr 26 10:01:32 2011
|
|
+++ build/features_override.gypi Thu Apr 28 11:17:49 2011
|
|
@@ -80,7 +80,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',
|