diff options
author | Rene Ladan <rene@FreeBSD.org> | 2013-10-11 15:33:47 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2013-10-11 15:33:47 +0000 |
commit | bc997e68ac05cb9a7272172ee92bcb43878b37ee (patch) | |
tree | c85b32d5fa5b0d29e52ce267ed778e7c2cb83d8e /www/chromium/files/patch-base__sys_info_freebsd.cc | |
parent | - Update to 0.31 (diff) |
- Fix build on 10.
- Add an extra-patch to deal with the differences between the base
execinfo in 10 and the devel/libexecinfo port.
- Add a shebangfix for chrome-wrapper [1]
- Minor cleanup
Submitted by: Mk/Scripts/qa.sh [1]
Diffstat (limited to 'www/chromium/files/patch-base__sys_info_freebsd.cc')
-rw-r--r-- | www/chromium/files/patch-base__sys_info_freebsd.cc | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/www/chromium/files/patch-base__sys_info_freebsd.cc b/www/chromium/files/patch-base__sys_info_freebsd.cc index fa5434af93be..c0f0fae341ff 100644 --- a/www/chromium/files/patch-base__sys_info_freebsd.cc +++ b/www/chromium/files/patch-base__sys_info_freebsd.cc @@ -1,6 +1,14 @@ ---- base/sys_info_freebsd.cc.orig 2012-11-27 10:01:52.000000000 +0200 -+++ base/sys_info_freebsd.cc 2012-12-09 18:04:30.000000000 +0200 -@@ -23,6 +23,19 @@ +--- base/sys_info_freebsd.cc.orig 2013-09-28 19:09:58.000000000 +0200 ++++ base/sys_info_freebsd.cc 2013-10-09 17:13:04.000000000 +0200 +@@ -4,6 +4,7 @@ + + #include "base/sys_info.h" + ++#include <sys/types.h> + #include <sys/sysctl.h> + + #include "base/logging.h" +@@ -23,6 +24,19 @@ } // static @@ -20,7 +28,7 @@ size_t SysInfo::MaxSharedMemorySize() { size_t limit; size_t size = sizeof(limit); -@@ -33,4 +46,25 @@ +@@ -33,4 +47,25 @@ return limit; } |