mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 12:10:31 -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
389 B
C
11 lines
389 B
C
--- chrome/app/chrome_command_ids.h.orig 2017-01-26 00:49:07 UTC
|
|
+++ chrome/app/chrome_command_ids.h
|
|
@@ -75,7 +75,7 @@
|
|
#define IDC_VISIT_DESKTOP_OF_LRU_USER_2 34049
|
|
#define IDC_VISIT_DESKTOP_OF_LRU_USER_3 34050
|
|
|
|
-#if defined(OS_LINUX) && !defined(OS_CHROMEOS)
|
|
+#if (defined(OS_LINUX) || defined(OS_BSD)) && !defined(OS_CHROMEOS)
|
|
#define IDC_USE_SYSTEM_TITLE_BAR 34051
|
|
#endif
|
|
|