openbsd-ports/www/chromium/patches/patch-gpu_gpu_gyp
robert 089acff6fe update to the latest stable version which is now 11.0.696.60
+ 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
2011-04-29 13:18:01 +00:00

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',
],