pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
chromium-new: Exclude process handle linux for BSD
Module Name: pkgsrc-wip
Committed By: Ryo ONODERA <ryoon%NetBSD.org@localhost>
Pushed By: ryoon
Date: Sat Jul 23 14:01:47 2016 +0900
Changeset: c1add1cf0b0e71a9b7a069a10f9270f69b64abdb
Modified Files:
chromium-new/patches/patch-base_base.gypi
Log Message:
chromium-new: Exclude process handle linux for BSD
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c1add1cf0b0e71a9b7a069a10f9270f69b64abdb
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
chromium-new/patches/patch-base_base.gypi | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diffs:
diff --git a/chromium-new/patches/patch-base_base.gypi b/chromium-new/patches/patch-base_base.gypi
index 3204e18..009c452 100644
--- a/chromium-new/patches/patch-base_base.gypi
+++ b/chromium-new/patches/patch-base_base.gypi
@@ -45,7 +45,7 @@ $NetBSD$
['OS == "win" and >(nacl_untrusted_build)==0', {
'include_dirs': [
'<(DEPTH)/third_party/wtl/include',
-@@ -1021,11 +1029,16 @@
+@@ -1021,11 +1029,17 @@
'process/memory_stubs.cc',
],
'sources/': [
@@ -56,6 +56,7 @@ $NetBSD$
+ ['exclude', '^process/memory_linux\\.cc$'],
['exclude', '^process/process_linux\\.cc$'],
['exclude', '^sys_info_linux\\.cc$'],
++ ['exclude', '^process/process_handle_linux\\.cc$'],
+ ['exclude', '^process/process_iterator_linux\\.cc$'],
+ ['exclude', '^process/process_metrics_linux\\.cc$'],
+ ['exclude', '^files/file_path_watcher_fsevents\\.cc$'],
Home |
Main Index |
Thread Index |
Old Index