diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2020-05-31 13:11:27 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2020-05-31 13:11:27 +0000 |
commit | 436139c7b36f4bd469949c7fbca5de7bdaec42cb (patch) | |
tree | d037dd9c9e92b5fc3afcf2325ed42be420317c81 /math/scilab/files/patch-clang | |
parent | New port graphics/tslib, touchscreen support (diff) |
math/scilab:
- Update to 6.1.0. Requires decent c++ compiler and iconv from ports.
- Clean up patch target: remove no longer needed patches and those ones which
don't affect build - at least for me.
- Remove MAKE_JOBS_UNSAFE. It was added in svn r417126 arguing that many
ocaml-dependent ports are not jobs safe, but there were no logs to analyse.
The plist change in that commit is unrelated to jobs safety.
Notes
Notes:
svn path=/head/; revision=537160
Diffstat (limited to 'math/scilab/files/patch-clang')
-rw-r--r-- | math/scilab/files/patch-clang | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/math/scilab/files/patch-clang b/math/scilab/files/patch-clang deleted file mode 100644 index d479512a40f4..000000000000 --- a/math/scilab/files/patch-clang +++ /dev/null @@ -1,19 +0,0 @@ ---- modules/core/includes/core_math.h.orig 2014-04-11 09:51:38.000000000 +0000 -+++ modules/core/includes/core_math.h 2014-07-23 08:27:27.143519955 +0000 -@@ -53,11 +53,11 @@ - #define DEG2RAD(x) ((x) * PI_OVER_180 ) - #define RAD2DEG(x) ((x) * _180_OVER_PI ) - --#ifdef round --#undef round --#endif -- --#define round(a) (int)(((a)<0.0)?(a)-.5:(a)+.5) -+// #ifdef round -+// #undef round -+// #endif -+// -+// #define round(a) (int)(((a)<0.0)?(a)-.5:(a)+.5) - #define EPSILON 1.0e-13 - - |