openbsd-ports/www/chromium/patches/patch-chrome_browser_about_flags_cc
robert 089acff6fe update to the latest stable version which is now 11.0.696.60
+ switch from using system sqlite to the bundled one because they have
  many modifications that are needed
+ add a new mirror for the distfile because the google one is utterly slow
2011-04-29 13:18:01 +00:00

13 lines
488 B
Plaintext

$OpenBSD: patch-chrome_browser_about_flags_cc,v 1.3 2011/04/29 13:18:01 robert Exp $
--- chrome/browser/about_flags.cc.orig Tue Apr 26 10:01:44 2011
+++ chrome/browser/about_flags.cc Thu Apr 28 11:17:49 2011
@@ -542,7 +542,7 @@ int GetCurrentPlatform() {
return kOsWin;
#elif defined(OS_CHROMEOS) // Needs to be before the OS_LINUX check.
return kOsCrOS;
-#elif defined(OS_LINUX)
+#elif defined(OS_LINUX) || defined(OS_OPENBSD)
return kOsLinux;
#else
#error Unknown platform