summaryrefslogtreecommitdiff
path: root/math/Scilab/files/patch-ab
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-11-26 18:55:45 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-11-26 18:55:45 +0000
commit08a292d4dbe65ad86a35a439df74d97164e35ce6 (patch)
treed58e2b223ff462f659a313903a582fe21bd963c5 /math/Scilab/files/patch-ab
parentupgrade to 0.8 (diff)
Remove ports/math/Scilab, because it was superceeded by math/scilab long time
ago. Submittedby: maintainer
Diffstat (limited to 'math/Scilab/files/patch-ab')
-rw-r--r--math/Scilab/files/patch-ab14
1 files changed, 0 insertions, 14 deletions
diff --git a/math/Scilab/files/patch-ab b/math/Scilab/files/patch-ab
deleted file mode 100644
index 3b0d8da34bfd..000000000000
--- a/math/Scilab/files/patch-ab
+++ /dev/null
@@ -1,14 +0,0 @@
---- routines/graphics/periFig.c.orig Sun Dec 13 21:20:36 1998
-+++ routines/graphics/periFig.c Sun Dec 13 21:21:44 1998
-@@ -47,5 +47,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
-