mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 12:40:45 -04:00
- Use system FFmpeg instead of embedded code copy [1] - Disable PULSEAUDIO option [2] - Sort _DEPENDS variables - Regenerate patches with make makepatch PR: 215271 [1], 216327 [2] Reported by: jbeich [1] Approved by: rene MFH: 2017Q1 Security: https://vuxml.freebsd.org/freebsd/4b9ca994-e3d9-11e6-813d-e8e0b747a45a.html
11 lines
442 B
C++
11 lines
442 B
C++
--- ipc/ipc_channel.h.orig 2017-01-26 00:49:15 UTC
|
|
+++ ipc/ipc_channel.h
|
|
@@ -245,7 +245,7 @@ class IPC_EXPORT Channel : public Sender
|
|
static std::string GenerateUniqueRandomChannelID();
|
|
#endif
|
|
|
|
-#if defined(OS_LINUX)
|
|
+#if defined(OS_LINUX) || defined(OS_BSD)
|
|
// Sandboxed processes live in a PID namespace, so when sending the IPC hello
|
|
// message from client to server we need to send the PID from the global
|
|
// PID namespace.
|