summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-chrome__browser__shell_integration_linux.cc
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2013-01-11 01:14:52 +0000
committerRene Ladan <rene@FreeBSD.org>2013-01-11 01:14:52 +0000
commitbf75679390ba99103ece7300c233f94e792847a1 (patch)
treedb46a03736fca13357ba9c3a56c11595450d932a /www/chromium/files/patch-chrome__browser__shell_integration_linux.cc
parentUpdate from 3.4.0beta1 to 3.4.0rc1 (diff)
Update to 24.0.1312.52, which add support for MathML.
FreeBSD-specific improvements: - working WiFi geolocation [1] (can be turned off in preferences) - fix build with clang (use external libvpx) - use SysV SHM model and where possible OS_BSD, which saves some patches - no need to use ZygoteProcess switch HTML5 audio is currently broken. PR: ports/174402 [1] Submitted by: J.R. Oldroyd <fbsd@opal.com> [1] Security: http://www.vuxml.org/freebsd/46bd747b-5b84-11e2-b06d-00262d5ed8ee.html
Diffstat (limited to 'www/chromium/files/patch-chrome__browser__shell_integration_linux.cc')
-rw-r--r--www/chromium/files/patch-chrome__browser__shell_integration_linux.cc20
1 files changed, 0 insertions, 20 deletions
diff --git a/www/chromium/files/patch-chrome__browser__shell_integration_linux.cc b/www/chromium/files/patch-chrome__browser__shell_integration_linux.cc
deleted file mode 100644
index e88f12e0ac65..000000000000
--- a/www/chromium/files/patch-chrome__browser__shell_integration_linux.cc
+++ /dev/null
@@ -1,20 +0,0 @@
---- chrome/browser/shell_integration_linux.cc.orig 2012-05-30 10:01:59.000000000 +0300
-+++ chrome/browser/shell_integration_linux.cc 2012-06-05 21:54:31.000000000 +0300
-@@ -122,6 +122,8 @@
- if (!PathService::Get(chrome::DIR_USER_DESKTOP, &desktop_path))
- return false;
-
-+#if !defined(OS_FREEBSD)
-+// BSD: Linux-specific calls like openat are used so defined out for BSD.
- int desktop_fd = open(desktop_path.value().c_str(), O_RDONLY | O_DIRECTORY);
- if (desktop_fd < 0)
- return false;
-@@ -150,7 +152,7 @@
-
- if (HANDLE_EINTR(close(desktop_fd)) < 0)
- PLOG(ERROR) << "close";
--
-+#endif // OS_FREEBSD
- return true;
- }
-