diff options
author | rene <rene@FreeBSD.org> | 2012-04-30 16:14:30 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2012-04-30 16:14:30 +0800 |
commit | 4cdc0df4e3cc7708ea840de8c4f83faf561f3993 (patch) | |
tree | d5c014305003627aa2e4833ead3860ad56370dcd /www | |
parent | ed626ac4e4a933bf8a343ccf0e2c5b1fe2db5bfa (diff) | |
download | freebsd-ports-gnome-4cdc0df4e3cc7708ea840de8c4f83faf561f3993.tar.gz freebsd-ports-gnome-4cdc0df4e3cc7708ea840de8c4f83faf561f3993.tar.zst freebsd-ports-gnome-4cdc0df4e3cc7708ea840de8c4f83faf561f3993.zip |
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
Diffstat (limited to 'www')
-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 |