mirror of
https://git.freebsd.org/ports.git
synced 2025-07-08 04:49:17 -04:00
11 lines
439 B
C++
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
|