aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-third_party__webrtc__modules__audio_device__audio_device.gypi
blob: 3dc87795e9b0c5a8f4ddef2d2e98f1828fd46a2c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- ./third_party/webrtc/modules/audio_device/audio_device.gypi.orig	2014-08-20 21:04:06.000000000 +0200
+++ ./third_party/webrtc/modules/audio_device/audio_device.gypi	2014-08-22 15:06:27.000000000 +0200
@@ -49,7 +49,7 @@
         'dummy/file_audio_device.h',
       ],
       'conditions': [
-        ['OS=="linux"', {
+        ['OS=="linux" or os_bsd==1', {
           'include_dirs': [
             'linux',
           ],
@@ -150,7 +150,7 @@
                 ],
               },
             }],
-            ['OS=="linux"', {
+            ['OS=="linux" or OS=="freebsd"', {
               'defines': [
                 'LINUX_ALSA',
               ],