aboutsummaryrefslogtreecommitdiff
path: root/science/cgnslib/files/patch-src_cgnstools_cgnsplot_plotwish.c
diff options
context:
space:
mode:
Diffstat (limited to 'science/cgnslib/files/patch-src_cgnstools_cgnsplot_plotwish.c')
-rw-r--r--science/cgnslib/files/patch-src_cgnstools_cgnsplot_plotwish.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/science/cgnslib/files/patch-src_cgnstools_cgnsplot_plotwish.c b/science/cgnslib/files/patch-src_cgnstools_cgnsplot_plotwish.c
deleted file mode 100644
index 2b52371f169e..000000000000
--- a/science/cgnslib/files/patch-src_cgnstools_cgnsplot_plotwish.c
+++ /dev/null
@@ -1,13 +0,0 @@
---- src/cgnstools/cgnsplot/plotwish.c.orig 2017-07-17 21:51:06 UTC
-+++ src/cgnstools/cgnsplot/plotwish.c
-@@ -20,8 +20,10 @@
- * Sun shared libraries to be used for Tcl.
- */
-
-+#ifndef __FreeBSD__
- extern int matherr();
- int *tclDummyMathPtr = (int *) matherr;
-+#endif /* FreeBSD test */
-
- extern int Cgnstcl_Init _ANSI_ARGS_((Tcl_Interp *interp));
- extern int Tkogl_Init _ANSI_ARGS_((Tcl_Interp *interp));