A lot of patch files are renamed in this update. Submitted by: Timothy Vaccarelli Obtained from: https://github.com/LeFroid/ MFH: 2016Q2 Security: http://vuxml.freebsd.org/freebsd/c039a761-2c29-11e6-8912-3065ec8fd3ec.html Security: http://vuxml.freebsd.org/freebsd/1a6bbb95-24b8-11e6-bd31-3065ec8fd3ec.html Security: http://vuxml.freebsd.org/freebsd/4dfafa16-24ba-11e6-bd31-3065ec8fd3ec.html Security: http://vuxml.freebsd.org/freebsd/7da1da96-24bb-11e6-bd31-3065ec8fd3ec.html Security: http://vuxml.freebsd.org/freebsd/6d8505f0-0614-11e6-b39c-00262d5ed8ee.html
29 lines
1.5 KiB
C
29 lines
1.5 KiB
C
--- chrome/common/chrome_paths.h.orig 2016-05-11 19:02:17 UTC
|
|
+++ chrome/common/chrome_paths.h
|
|
@@ -50,7 +50,7 @@ enum {
|
|
DIR_USER_APPLICATIONS, // ~/Applications
|
|
DIR_USER_LIBRARY, // ~/Library
|
|
#endif
|
|
-#if defined(OS_CHROMEOS) || (defined(OS_LINUX) && defined(CHROMIUM_BUILD)) || \
|
|
+#if defined(OS_CHROMEOS) || ((defined(OS_LINUX) || defined(OS_BSD)) && defined(CHROMIUM_BUILD)) || \
|
|
defined(OS_MACOSX)
|
|
DIR_USER_EXTERNAL_EXTENSIONS, // Directory for per-user external extensions
|
|
// on Chrome Mac and Chromium Linux.
|
|
@@ -59,7 +59,7 @@ enum {
|
|
// create it.
|
|
#endif
|
|
|
|
-#if defined(OS_LINUX)
|
|
+#if defined(OS_LINUX) || defined(OS_BSD)
|
|
DIR_STANDALONE_EXTERNAL_EXTENSIONS, // Directory for 'per-extension'
|
|
// definition manifest files that
|
|
// describe extensions which are to be
|
|
@@ -117,7 +117,7 @@ enum {
|
|
DIR_SUPERVISED_USER_INSTALLED_WHITELISTS, // Directory where sanitized
|
|
// supervised user whitelists are
|
|
// installed.
|
|
-#if defined(OS_LINUX) || defined(OS_MACOSX)
|
|
+#if defined(OS_LINUX) || defined(OS_BSD) || defined(OS_MACOSX)
|
|
DIR_NATIVE_MESSAGING, // System directory where native messaging host
|
|
// manifest files are stored.
|
|
DIR_USER_NATIVE_MESSAGING, // Directory with Native Messaging Hosts
|