+ 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
13 lines
447 B
Plaintext
13 lines
447 B
Plaintext
$OpenBSD: patch-chrome_common_chrome_switches_h,v 1.4 2011/04/29 13:18:01 robert Exp $
|
|
--- chrome/common/chrome_switches.h.orig Tue Apr 26 10:01:59 2011
|
|
+++ chrome/common/chrome_switches.h Thu Apr 28 11:17:49 2011
|
|
@@ -332,7 +332,7 @@ extern const char kEnableMediaPlayer[];
|
|
extern const char kEnableAdvancedFileSystem[];
|
|
#endif
|
|
|
|
-#if defined(OS_LINUX)
|
|
+#if defined(OS_LINUX) || defined(OS_OPENBSD)
|
|
extern const char kScrollPixels[];
|
|
#endif
|
|
|