summaryrefslogtreecommitdiff
path: root/math/reduce/files/patch-generic_newfront_redfront.h
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2019-01-13 16:12:54 +0000
committerSteve Wills <swills@FreeBSD.org>2019-01-13 16:12:54 +0000
commitfb13f7c5cdbe4b8a1e8ff77a35746de8bb545321 (patch)
tree26dcaf79fd99d22d9edb2d8ef1c99783b213eb97 /math/reduce/files/patch-generic_newfront_redfront.h
parentx11/mlterm: Remove libfontconfig from REGIS_LIB_DEPENDS (diff)
math/reduce: fix stage-qa issues
PR: 234873 Submitted by: pfg (maintainer)
Notes
Notes: svn path=/head/; revision=490153
Diffstat (limited to 'math/reduce/files/patch-generic_newfront_redfront.h')
-rw-r--r--math/reduce/files/patch-generic_newfront_redfront.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/math/reduce/files/patch-generic_newfront_redfront.h b/math/reduce/files/patch-generic_newfront_redfront.h
new file mode 100644
index 000000000000..49428f210f5e
--- /dev/null
+++ b/math/reduce/files/patch-generic_newfront_redfront.h
@@ -0,0 +1,14 @@
+--- 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
+