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.
20 lines
761 B
Python
20 lines
761 B
Python
$NetBSD: patch-media_webrtc_signaling_signaling.gyp,v 1.1 2014/11/03 12:18:32 ryoon Exp $
|
|
|
|
--- media/webrtc/signaling/signaling.gyp.orig 2014-04-18 02:03:50.000000000 +0000
|
|
+++ media/webrtc/signaling/signaling.gyp
|
|
@@ -825,14 +825,13 @@
|
|
['OS=="mac"', {
|
|
'defines' : [
|
|
'SIP_OS_OSX',
|
|
- '_POSIX_SOURCE',
|
|
+ # using BSD extensions, leave _POSIX_SOURCE undefined
|
|
'CPR_MEMORY_LITTLE_ENDIAN',
|
|
'NO_SOCKET_POLLING',
|
|
'USE_TIMER_SELECT_BASED',
|
|
'FULL_BUILD',
|
|
'STUBBED_OUT',
|
|
'USE_PRINTF',
|
|
- '_DARWIN_C_SOURCE',
|
|
'NO_NSPR_10_SUPPORT',
|
|
],
|
|
}],
|