openbsd-ports/www/chromium/patches/patch-chrome_common_chrome_paths_cc
2012-11-07 06:59:45 +00:00

13 lines
644 B
Plaintext

$OpenBSD: patch-chrome_common_chrome_paths_cc,v 1.11 2012/11/07 06:59:45 robert Exp $
--- chrome/common/chrome_paths.cc.orig Wed Oct 31 20:02:48 2012
+++ chrome/common/chrome_paths.cc Tue Nov 6 22:45:22 2012
@@ -384,7 +384,7 @@ bool PathProvider(int key, FilePath* result) {
if (!file_util::PathExists(cur)) // We don't want to create this
return false;
break;
-#if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_OPENBSD)
+#if defined(OS_POSIX) && !defined(OS_MACOSX)
case chrome::DIR_POLICY_FILES: {
#if defined(GOOGLE_CHROME_BUILD)
cur = FilePath(FILE_PATH_LITERAL("/etc/opt/chrome/policies"));