f9e1049018
Mozilla Firefox is a free, open-source and cross-platform web browser for Windows, Linux, MacOS X and many other operating systems. It is fast and easy to use, and offers many advantages over other web browsers, such as tabbed browsing and the ability to block pop-up windows. Firefox also offers excellent bookmark and history management, and it can be extended by developers using industry standards such as XML, CSS, JavaScript, C++, etc. Many extensions are available.
13 lines
530 B
Python
13 lines
530 B
Python
$NetBSD: patch-media_webrtc_trunk_webrtc_build_common.gypi,v 1.1 2014/11/03 12:18:32 ryoon Exp $
|
|
|
|
--- media/webrtc/trunk/webrtc/build/common.gypi.orig 2014-04-18 02:03:52.000000000 +0000
|
|
+++ media/webrtc/trunk/webrtc/build/common.gypi
|
|
@@ -256,7 +256,7 @@
|
|
}],
|
|
['OS=="dragonfly" or OS=="netbsd"', {
|
|
'defines': [
|
|
- # doesn't support pthread_condattr_setclock
|
|
+ # doesn't support pthread_condattr_setclock, NetBSD 6 supports it.
|
|
'WEBRTC_CLOCK_TYPE_REALTIME',
|
|
],
|
|
}],
|