svn commit: r517027 - head/math/reduce/files

Mark Linimon linimon at FreeBSD.org
Fri Nov 8 03:45:00 UTC 2019


Author: linimon
Date: Fri Nov  8 03:44:59 2019
New Revision: 517027
URL: https://svnweb.freebsd.org/changeset/ports/517027

Log:
  Restore patch removed by mistake in r517026.

Added:
  head/math/reduce/files/patch-generic_newfront_redfront.h   (contents, props changed)

Added: head/math/reduce/files/patch-generic_newfront_redfront.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/reduce/files/patch-generic_newfront_redfront.h	Fri Nov  8 03:44:59 2019	(r517027)
@@ -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
+ 


More information about the svn-ports-head mailing list