summaryrefslogtreecommitdiff
path: root/www/firefox31/patches/patch-ipc_chromium_src_base_file__util.h
diff options
context:
space:
mode:
Diffstat (limited to 'www/firefox31/patches/patch-ipc_chromium_src_base_file__util.h')
-rw-r--r--www/firefox31/patches/patch-ipc_chromium_src_base_file__util.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/www/firefox31/patches/patch-ipc_chromium_src_base_file__util.h b/www/firefox31/patches/patch-ipc_chromium_src_base_file__util.h
new file mode 100644
index 00000000000..9bda6a7a4a4
--- /dev/null
+++ b/www/firefox31/patches/patch-ipc_chromium_src_base_file__util.h
@@ -0,0 +1,14 @@
+$NetBSD: patch-ipc_chromium_src_base_file__util.h,v 1.1 2014/11/03 12:18:32 ryoon Exp $
+
+--- ipc/chromium/src/base/file_util.h.orig 2013-12-05 16:07:35.000000000 +0000
++++ ipc/chromium/src/base/file_util.h
+@@ -16,7 +16,9 @@
+ #include <sys/stat.h>
+ #elif defined(OS_POSIX)
+ #include <sys/types.h>
++#if !defined(OS_SOLARIS)
+ #include <fts.h>
++#endif
+ #include <sys/stat.h>
+ #endif
+