freebsd-ports/www/chromium/files/patch-base__process_util_freebsd.cc
Rene Ladan 217593e8de Update to 27.0.1453.81
Note that this is still a beta version, and that the sysctl
kern.ipc.shm_allow_removed must be set to 1 for correct operation.

Port changes:
- add dependency on accessibility/speech-dispatcher for libspeechd
- use internal libvpx
- update disk space requirements
- add pkg-message for the above sysctl

Submitted by:	George Liaskos
Security:	http://vuxml.org/freebsd/bdd48858-9656-11e2-a9a8-00262d5ed8ee.html
2013-05-14 21:10:15 +00:00

11 lines
423 B
C++

--- base/process_util_freebsd.cc.orig 2013-03-06 22:18:54.000000000 +0200
+++ base/process_util_freebsd.cc 2013-03-06 22:19:07.000000000 +0200
@@ -19,7 +19,7 @@
#include "base/file_util.h"
#include "base/logging.h"
-#include "base/string_tokenizer.h"
+#include "base/strings/string_tokenizer.h"
#include "base/string_util.h"
#include "base/strings/string_number_conversions.h"
#include "base/strings/string_split.h"