| Index: ports/vim/nacl.patch
|
| diff --git a/ports/vim/nacl.patch b/ports/vim/nacl.patch
|
| index 54215f53479dc39b279585c126f1462d0da094b1..e9dc71427465e17b8a8e62f3539b2b50a6851ad3 100644
|
| --- a/ports/vim/nacl.patch
|
| +++ b/ports/vim/nacl.patch
|
| @@ -43,19 +43,18 @@ diff --git a/src/auto/configure b/src/auto/configure
|
| diff --git a/src/main.c b/src/main.c
|
| --- a/src/main.c
|
| +++ b/src/main.c
|
| -@@ -14,6 +14,11 @@
|
| +@@ -14,6 +14,10 @@
|
| # include <spawno.h> /* special MS-DOS swapping library */
|
| #endif
|
|
|
| +#ifdef __native_client__
|
| +#include <nacl_main.h>
|
| -+#define main nacl_main
|
| +#endif
|
| +
|
| #ifdef __CYGWIN__
|
| # ifndef WIN32
|
| # include <cygwin/version.h>
|
| -@@ -165,6 +170,11 @@ main
|
| +@@ -165,6 +169,11 @@ main
|
| int argc;
|
| char **argv;
|
| {
|
|
|