summaryrefslogtreecommitdiff
path: root/science/cgnslib/files/patch-src_cgnstools_cgnsplot_plotwish.c
blob: 2b52371f169e8367429215a95ed7c634a1f35435 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- 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));