ports/www/chromium/files/patch-content__test__layout_browsertest.cc
Rene Ladan 9855b481e6 Update to 20.0.1132.57
Submitted by:	George Liaskos
2012-07-12 09:19:26 +00:00

11 lines
439 B
C++

--- 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 @@
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";
#else
#error No known OS defined
#endif