5cb978edde
if he comes back. In the mean time, fix build of chromium by adding the required -I/usr/local/includes to gyp glue where needed.
13 lines
333 B
Plaintext
13 lines
333 B
Plaintext
$OpenBSD: patch-media_base_media_switches_h,v 1.1 2010/12/13 09:51:46 espie Exp $
|
|
--- media/base/media_switches.h.orig Tue Mar 30 07:20:43 2010
|
|
+++ media/base/media_switches.h Sun Nov 28 00:11:25 2010
|
|
@@ -11,7 +11,7 @@
|
|
|
|
namespace switches {
|
|
|
|
-#if defined(OS_LINUX)
|
|
+#if defined(OS_NIX)
|
|
extern const char kAlsaDevice[];
|
|
#endif
|
|
|