summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-content__test__layout_browsertest.cc
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2013-05-14 21:10:15 +0000
committerRene Ladan <rene@FreeBSD.org>2013-05-14 21:10:15 +0000
commit217593e8de3b3015393d2afaade0aa1ccea49b7a (patch)
treeab81e2a78d66721e46b691bea9c0bea13db968b4 /www/chromium/files/patch-content__test__layout_browsertest.cc
parent27cdbbe186631d1ab66359f93dcaf2e1e99dc840 (diff)
downloadfreebsd-ports-217593e8de3b3015393d2afaade0aa1ccea49b7a.zip
Update to 27.0.1453.81
Note that this is still a beta version, and that the sysctl kern.ipc.shm_allow_removed must be set to 1 for correct operation. Port changes: - add dependency on accessibility/speech-dispatcher for libspeechd - use internal libvpx - update disk space requirements - add pkg-message for the above sysctl Submitted by: George Liaskos Security: http://vuxml.org/freebsd/bdd48858-9656-11e2-a9a8-00262d5ed8ee.html
Diffstat (limited to 'www/chromium/files/patch-content__test__layout_browsertest.cc')
-rw-r--r--www/chromium/files/patch-content__test__layout_browsertest.cc10
1 files changed, 5 insertions, 5 deletions
diff --git a/www/chromium/files/patch-content__test__layout_browsertest.cc b/www/chromium/files/patch-content__test__layout_browsertest.cc
index a05cbff6c2a3..0e2e21c345e4 100644
--- a/www/chromium/files/patch-content__test__layout_browsertest.cc
+++ b/www/chromium/files/patch-content__test__layout_browsertest.cc
@@ -1,11 +1,11 @@
---- content/test/layout_browsertest.cc.orig 2012-05-30 10:01:22.000000000 +0300
-+++ content/test/layout_browsertest.cc 2012-06-05 22:53:35.000000000 +0300
-@@ -28,6 +28,8 @@
+--- content/test/layout_browsertest.cc.orig 2013-02-28 10:14:35.000000000 +0200
++++ content/test/layout_browsertest.cc 2013-03-06 21:29:58.000000000 +0200
+@@ -34,6 +34,8 @@
static const char kPlatformName[] = "chromium-linux";
#elif defined(OS_OPENBSD)
static const char kPlatformName[] = "chromium-openbsd";
+#elif defined(OS_FREEBSD)
+static const char kPlatformName[] = "chromium-freebsd";
+ #elif defined(OS_ANDROID)
+ static const char kPlatformName[] = "chromium-android";
#else
- #error No known OS defined
- #endif