diff options
author | Rene Ladan <rene@FreeBSD.org> | 2012-04-30 08:14:30 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2012-04-30 08:14:30 +0000 |
commit | 3e42e849ec240719bfe34e917c4a1e9a4e25854e (patch) | |
tree | a036ffead68438e868c12956e521ca9e46ff45eb /www/chromium/files | |
parent | 35ff5b06672e3cc9f241e0524e48a47af4c51569 (diff) |
Fix build on 7.4-RELEASE
Note that 7.4-STABLE after log2() and log2f() were MFC'd is still broken
due to conflicting definitions of these functions (no __FreeBSD_version bump).
Submitted by: pointyhat via pav
Notes
Notes:
svn path=/head/; revision=295713
Diffstat (limited to 'www/chromium/files')
-rw-r--r-- | www/chromium/files/patch-third_party__ots__include__opentype-sanitiser.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/chromium/files/patch-third_party__ots__include__opentype-sanitiser.h b/www/chromium/files/patch-third_party__ots__include__opentype-sanitiser.h new file mode 100644 index 000000000000..9e08cd2912e7 --- /dev/null +++ b/www/chromium/files/patch-third_party__ots__include__opentype-sanitiser.h @@ -0,0 +1,10 @@ +--- third_party/ots/include/opentype-sanitiser.h.orig 2012-04-12 09:04:04.000000000 +0200 ++++ third_party/ots/include/opentype-sanitiser.h 2012-04-29 22:09:44.000000000 +0200 +@@ -22,6 +22,7 @@ + #else + #include <arpa/inet.h> + #include <stdint.h> ++#include <sys/types.h> + #endif + + #include <algorithm> // for std::min |