| Index: ports/xorg-server/nacl.patch
|
| diff --git a/ports/xorg-server/nacl.patch b/ports/xorg-server/nacl.patch
|
| index b782fe894f1d9067e8c6392568239efdf7ea8a51..797bd85934925555c9ee08ac87e388f38fa75480 100644
|
| --- a/ports/xorg-server/nacl.patch
|
| +++ b/ports/xorg-server/nacl.patch
|
| @@ -75,17 +75,6 @@ diff --git a/configure.ac b/configure.ac
|
| diff --git a/dix/main.c b/dix/main.c
|
| --- a/dix/main.c
|
| +++ b/dix/main.c
|
| -@@ -117,6 +117,10 @@ Equipment Corporation.
|
| -
|
| - extern void Dispatch(void);
|
| -
|
| -+#if defined(__native_client__)
|
| -+# include "nacl_main.h"
|
| -+#endif
|
| -+
|
| - #ifdef XQUARTZ
|
| - #include <pthread.h>
|
| -
|
| @@ -130,11 +134,24 @@ int
|
| dix_main(int argc, char *argv[], char *envp[])
|
| #else
|
|
|