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.
14 lines
386 B
C
14 lines
386 B
C
$NetBSD: patch-media_libcubeb_src_cubeb__alsa.c,v 1.1 2014/11/03 12:18:32 ryoon Exp $
|
|
|
|
--- media/libcubeb/src/cubeb_alsa.c.orig 2013-10-25 22:27:33.000000000 +0000
|
|
+++ media/libcubeb/src/cubeb_alsa.c
|
|
@@ -6,6 +6,9 @@
|
|
*/
|
|
#undef NDEBUG
|
|
#define _BSD_SOURCE
|
|
+#if defined(__NetBSD__)
|
|
+#define _NETBSD_SOURCE
|
|
+#endif
|
|
#define _XOPEN_SOURCE 500
|
|
#include <pthread.h>
|
|
#include <sys/time.h>
|