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
432 B
Plaintext
13 lines
432 B
Plaintext
$OpenBSD: patch-third_party_libevent_select_c,v 1.1 2010/12/13 09:51:46 espie Exp $
|
|
--- third_party/libevent/select.c.orig Tue Mar 30 07:32:44 2010
|
|
+++ third_party/libevent/select.c Sun Nov 28 00:11:28 2010
|
|
@@ -64,7 +64,7 @@
|
|
/* This type is mandatory, but Android doesn't define it. */
|
|
#undef NFDBITS
|
|
#define NFDBITS (sizeof(long)*8)
|
|
-typedef unsigned long fd_mask;
|
|
+//typedef unsigned long fd_mask;
|
|
#endif
|
|
|
|
struct selectop {
|