Index: ports/coreutils/nacl.patch |
diff --git a/ports/coreutils/nacl.patch b/ports/coreutils/nacl.patch |
index 903ce6f931f6689ed4df2322958317e48ffd453e..9d3a737dba4d956c980f1f739bd5e966762f6475 100644 |
--- a/ports/coreutils/nacl.patch |
+++ b/ports/coreutils/nacl.patch |
@@ -48,7 +48,7 @@ diff --git a/lib/__fpending.c b/lib/__fpending.c |
#include "__fpending.h" |
-+#if !defined(__pnacl__) |
++#if !(defined(__native_client__) && defined(__clang__)) |
size_t |
__fpending (FILE *fp) |
{ |