openbsd-ports/www/chromium/patches/patch-media_base_media_switches_h
espie 5cb978edde cut the "monster patches" into small pieces. pval can fix it to his liking
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.
2010-12-13 09:51:45 +00:00

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