openbsd-ports/www/chromium/patches/patch-content_content_gpu_gypi
2012-10-12 16:46:09 +00:00

13 lines
445 B
Plaintext

$OpenBSD: patch-content_content_gpu_gypi,v 1.1 2012/10/12 16:46:10 robert Exp $
--- content/content_gpu.gypi.orig Thu Oct 11 23:31:06 2012
+++ content/content_gpu.gypi Thu Oct 11 23:31:26 2012
@@ -95,7 +95,7 @@
'../third_party/amd/amd_videocard_info_win.cc',
],
}],
- ['OS=="linux"', {
+ ['OS=="linux" or os_bsd==1', {
'dependencies': [
'../third_party/libXNVCtrl/libXNVCtrl.gyp:libXNVCtrl',
],