aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2012-04-30 16:14:30 +0800
committerrene <rene@FreeBSD.org>2012-04-30 16:14:30 +0800
commit4cdc0df4e3cc7708ea840de8c4f83faf561f3993 (patch)
treed5c014305003627aa2e4833ead3860ad56370dcd /www
parented626ac4e4a933bf8a343ccf0e2c5b1fe2db5bfa (diff)
downloadfreebsd-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.h10
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