Index: ports/libffi/nacl.patch |
diff --git a/ports/libffi/nacl.patch b/ports/libffi/nacl.patch |
index 45c6b42e6a0e629c93fc11a628e73b6648931173..4abf5c46999f542fdb291c72727a62dbfa51695a 100644 |
--- a/ports/libffi/nacl.patch |
+++ b/ports/libffi/nacl.patch |
@@ -24,7 +24,7 @@ diff --git a/src/types.c b/src/types.c |
+ * Dummy implementation of libffi functions. This may be an incomplete |
+ * list. It was intented to be enough to allow glib to be built. |
+ * TODO(sbc): Remove this once we fix libffi: |
-+ * https://code.google.com/p/naclports/issues/detail?id=183 |
++ * https://bugs.chromium.org/p/webports/issues/detail?id=183 |
+ */ |
+void ffi_call(ffi_cif *cif, void (*fn)(void), void *rvalue, void **avalue) { |
+ abort(); |