diff options
author | Britney Fransen <brfransen@gmail.com> | 2012-02-19 20:11:23 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2012-02-19 20:11:23 (GMT) |
commit | 443b2a8694fbf63ed61f9624b4741a6bae28374b (patch) | |
tree | e5e7aff374bd411ac44476eda377b3062f7d4856 /abs/extra/community/chromium/gcc-4.6.patch | |
parent | 52880d521a89b52cd7d36e34e872c091b2c8f899 (diff) | |
parent | 08478d8a9de5eaeec46a8c0140e6c19e8158f2ad (diff) | |
download | linhes_pkgbuild-443b2a8694fbf63ed61f9624b4741a6bae28374b.zip linhes_pkgbuild-443b2a8694fbf63ed61f9624b4741a6bae28374b.tar.gz linhes_pkgbuild-443b2a8694fbf63ed61f9624b4741a6bae28374b.tar.bz2 |
Merge branch 'testing' of linhes.org:linhes_pkgbuild into testing
Diffstat (limited to 'abs/extra/community/chromium/gcc-4.6.patch')
-rw-r--r-- | abs/extra/community/chromium/gcc-4.6.patch | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/abs/extra/community/chromium/gcc-4.6.patch b/abs/extra/community/chromium/gcc-4.6.patch index 220fe7a..b5e61dc 100644 --- a/abs/extra/community/chromium/gcc-4.6.patch +++ b/abs/extra/community/chromium/gcc-4.6.patch @@ -68,9 +68,9 @@ diff -u -r third_party/tcmalloc/chromium/src/common.cc third_party/tcmalloc/chro --- third_party/tcmalloc/chromium/src/common.cc 2011-04-13 13:23:04.000000000 +0400 +++ third_party/tcmalloc/chromium/src/common.cc 2011-04-20 19:32:58.000000000 +0400 @@ -34,6 +34,7 @@ - #include "system-alloc.h" #include "config.h" #include "common.h" + #include "system-alloc.h" +#include <cstddef> namespace tcmalloc { @@ -86,17 +86,6 @@ diff -u -r third_party/tcmalloc/chromium/src/symbolize.h third_party/tcmalloc/ch using std::map; -diff -u -r third_party/tcmalloc/chromium/src/system-alloc.h third_party/tcmalloc/chromium/src/system-alloc.h ---- third_party/tcmalloc/chromium/src/system-alloc.h 2011-04-13 13:23:04.000000000 +0400 -+++ third_party/tcmalloc/chromium/src/system-alloc.h 2011-04-20 19:32:58.000000000 +0400 -@@ -37,6 +37,7 @@ - #define TCMALLOC_SYSTEM_ALLOC_H_ - - #include <config.h> -+#include <cstddef> - #include "internal_logging.h" - - // REQUIRES: "alignment" is a power of two or "0" to indicate default alignment diff -u -r ui/gfx/codec/jpeg_codec.h ui/gfx/codec/jpeg_codec.h --- ui/gfx/codec/jpeg_codec.h 2011-04-13 13:23:45.000000000 +0400 +++ ui/gfx/codec/jpeg_codec.h 2011-04-20 19:32:58.000000000 +0400 |