openbsd-ports/www/chromium/patches/patch-chrome_common_chrome_paths_cc
2012-10-12 16:46:09 +00:00

13 lines
644 B
Plaintext

$OpenBSD: patch-chrome_common_chrome_paths_cc,v 1.10 2012/10/12 16:46:10 robert Exp $
--- chrome/common/chrome_paths.cc.orig Tue Sep 25 15:02:43 2012
+++ chrome/common/chrome_paths.cc Wed Oct 10 17:19:28 2012
@@ -367,7 +367,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"));