openbsd-ports/www/chromium/patches/patch-base_base_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

20 lines
901 B
Plaintext

$OpenBSD: patch-base_base_gypi,v 1.18 2013/04/03 08:19:10 robert Exp $
--- base/base.gypi.orig.port Fri Mar 22 02:13:44 2013
+++ base/base.gypi Tue Apr 2 21:05:17 2013
@@ -160,7 +160,6 @@
'files/dir_reader_posix.h',
'files/file_path_watcher.cc',
'files/file_path_watcher.h',
- 'files/file_path_watcher_kqueue.cc',
'files/file_path_watcher_linux.cc',
'files/file_path_watcher_stub.cc',
'files/file_path_watcher_win.cc',
@@ -730,7 +729,6 @@
['<(os_bsd)==1 and >(nacl_untrusted_build)==0', {
'sources/': [
['exclude', '^files/file_path_watcher_linux\\.cc$'],
- ['exclude', '^files/file_path_watcher_stub\\.cc$'],
['exclude', '^file_util_linux\\.cc$'],
['exclude', '^process_linux\\.cc$'],
['exclude', '^process_util_linux\\.cc$'],