openbsd-ports/www/chromium/patches/patch-chrome_common_chrome_paths_cc
2012-08-26 18:47:01 +00:00

13 lines
643 B
Plaintext

$OpenBSD: patch-chrome_common_chrome_paths_cc,v 1.9 2012/08/26 18:47:01 robert Exp $
--- chrome/common/chrome_paths.cc.orig Tue Aug 14 09:02:25 2012
+++ chrome/common/chrome_paths.cc Wed Aug 15 23:14:34 2012
@@ -358,7 +358,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"));