diff options
Diffstat (limited to 'math/Scilab/files/patch-ac')
-rw-r--r-- | math/Scilab/files/patch-ac | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/math/Scilab/files/patch-ac b/math/Scilab/files/patch-ac deleted file mode 100644 index 40730ee2d43d..000000000000 --- a/math/Scilab/files/patch-ac +++ /dev/null @@ -1,14 +0,0 @@ ---- ./routines/graphics/Plo3d.c.orig Sun Dec 13 21:22:37 1998 -+++ ./routines/graphics/Plo3d.c Sun Dec 13 21:24:01 1998 -@@ -16,5 +16,11 @@ - #define M_PI 3.14159265358979323846 - #else -+#if defined(HAVE_VALUES_H) - #include <values.h> -+#else -+#ifndef M_PI -+#define M_PI 3.14159265358979323846 -+#endif -+#endif - #endif - |