mirror of
https://git.freebsd.org/ports.git
synced 2025-05-13 07:41:50 -04:00
Note that chromium is currently broken on 9.X due to some obscure compiler error caused possibly caused by Ports GCC. Submitted by: LeFroid Obtained from: https://github.com/gliaskos/freebsd-chromium/pull/25 MFH: 2015Q3 Security: http://vuxml.freebsd.org/freebsd/9d732078-32c7-11e5-b263-00262d5ed8ee.html
11 lines
529 B
C
11 lines
529 B
C
--- chrome/common/chrome_paths_internal.h.orig 2015-07-18 16:46:40.033337000 -0400
|
|
+++ chrome/common/chrome_paths_internal.h 2015-07-18 16:51:35.226378000 -0400
|
|
@@ -39,7 +39,7 @@
|
|
// Get the path to the user's documents directory.
|
|
bool GetUserDocumentsDirectory(base::FilePath* result);
|
|
|
|
-#if defined(OS_WIN) || defined(OS_LINUX)
|
|
+#if defined(OS_WIN) || defined(OS_LINUX) || defined(OS_BSD)
|
|
// Gets the path to a safe default download directory for a user.
|
|
bool GetUserDownloadsDirectorySafe(base::FilePath* result);
|
|
#endif
|