openbsd-ports/www/chromium/patches/patch-content_content_gpu_gypi
robert a52e8efd8d - update to 26.0.1410.43
- switch chromium to use clang/llvm instead of gcc
- switch back to the internal libvpx because it's an unreleased version
  at this point
- re-enable SSE2 support
2013-04-03 08:19:10 +00:00

13 lines
485 B
Plaintext

$OpenBSD: patch-content_content_gpu_gypi,v 1.3 2013/04/03 08:19:10 robert Exp $
--- content/content_gpu.gypi.orig.port Fri Mar 22 02:13:17 2013
+++ content/content_gpu.gypi Tue Apr 2 21:05:17 2013
@@ -85,7 +85,7 @@
'../third_party/amd/amd_videocard_info_win.cc',
],
}],
- ['OS=="linux"', {
+ ['OS=="linux" or os_bsd==1', {
'dependencies': [
'../build/linux/system.gyp:libpci',
'../third_party/libXNVCtrl/libXNVCtrl.gyp:libXNVCtrl',