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 | |
parent | 35ff5b06672e3cc9f241e0524e48a47af4c51569 (diff) | |
download | ports-3e42e849ec240719bfe34e917c4a1e9a4e25854e.tar.gz ports-3e42e849ec240719bfe34e917c4a1e9a4e25854e.zip |
Notes
Diffstat (limited to 'www/chromium')
-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 |