mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 06:00:30 -04:00
- Update LICENSE - Drop USE_GNOME=gtk20 dependency because chromium uses gtk3 - Use freetype2 bundled to avoid more issues related to the freetype library - Fix typo in the comment of pre-configure section - Update comment in SNDIO section Changelog: https://chromium.googlesource.com/chromium/src/+log/59.0.3071.115..60.0.3112.101?pretty=fuller&n=10000 MFH: 2017Q3 Security: https://vuxml.freebsd.org/freebsd/7d138476-7710-11e7-88a1-e8e0b747a45a.html
11 lines
550 B
C
11 lines
550 B
C
--- base/files/file_util.h.orig 2017-07-25 21:04:48.000000000 +0200
|
|
+++ base/files/file_util.h 2017-07-29 00:57:11.269678000 +0200
|
|
@@ -406,7 +406,7 @@
|
|
// the directory |path|, in the number of FilePath::CharType, or -1 on failure.
|
|
BASE_EXPORT int GetMaximumPathComponentLength(const base::FilePath& path);
|
|
|
|
-#if defined(OS_LINUX) || defined(OS_AIX)
|
|
+#if defined(OS_LINUX) || defined(OS_AIX) || defined(OS_BSD)
|
|
// Broad categories of file systems as returned by statfs() on Linux.
|
|
enum FileSystemType {
|
|
FILE_SYSTEM_UNKNOWN, // statfs failed.
|