openbsd-ports/www/chromium/patches/patch-chrome_common_chrome_switches_h
2014-09-11 19:04:52 +00:00

13 lines
532 B
Plaintext

$OpenBSD: patch-chrome_common_chrome_switches_h,v 1.13 2014/09/11 19:04:52 robert Exp $
--- chrome/common/chrome_switches.h.orig.port Wed Sep 10 01:47:12 2014
+++ chrome/common/chrome_switches.h Wed Sep 10 22:05:41 2014
@@ -378,7 +378,7 @@ extern const char kOpenAsh[];
extern const char kPasswordStore[];
#endif
-#if defined(OS_LINUX) && !defined(OS_CHROMEOS)
+#if (defined(OS_LINUX) && !defined(OS_CHROMEOS)) || defined(OS_BSD)
extern const char kEnableSpeechDispatcher[];
extern const char kMigrateDataDirForSxS[];
#endif