+ 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
425 B
Plaintext
13 lines
425 B
Plaintext
$OpenBSD: patch-gpu_gpu_gyp,v 1.4 2011/04/29 13:18:01 robert Exp $
|
|
--- gpu/gpu.gyp.orig Tue Apr 26 10:01:07 2011
|
|
+++ gpu/gpu.gyp Thu Apr 28 11:17:49 2011
|
|
@@ -213,7 +213,7 @@
|
|
'command_buffer/service/texture_manager.cc',
|
|
],
|
|
'conditions': [
|
|
- ['OS == "linux"', {
|
|
+ ['OS == "linux" or OS=="openbsd"', {
|
|
'dependencies': [
|
|
'../build/linux/system.gyp:gtk',
|
|
],
|