diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2019-11-08 03:35:22 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2019-11-08 03:35:22 +0000 |
commit | 4e3cbf5262cc1e197803ee42b1f262d1555d60fd (patch) | |
tree | a57231380f8af25acdc67a63512b2e0eb5f6c579 /math/reduce/files/patch-generic_newfront_redfront.h | |
parent | Unmark broken on aarch64. (diff) |
Unmark broken on aarch64.
Submitted by: emaste (TRYBROKEN run)
Approved by: portmgr (tier-2 blanket)
Notes
Notes:
svn path=/head/; revision=517026
Diffstat (limited to 'math/reduce/files/patch-generic_newfront_redfront.h')
-rw-r--r-- | math/reduce/files/patch-generic_newfront_redfront.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/math/reduce/files/patch-generic_newfront_redfront.h b/math/reduce/files/patch-generic_newfront_redfront.h deleted file mode 100644 index 49428f210f5e..000000000000 --- a/math/reduce/files/patch-generic_newfront_redfront.h +++ /dev/null @@ -1,14 +0,0 @@ ---- generic/newfront/redfront.h.orig 2018-06-17 19:20:00 UTC -+++ generic/newfront/redfront.h -@@ -114,8 +114,11 @@ typedef void (*sig_t)(int); - * version is different... - */ - #ifndef NATIVE_WINDOWS -+ - #include "sys.h" -+#ifndef wcwidth - extern int wcwidth(wchar_t c); -+#endif - #include "chartype.h" - #endif - |