mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
530 B
Python
14 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',
|
|
],
|
|
}],
|