mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
14 lines
415 B
C
14 lines
415 B
C
--- src/cgnstools/cgnscalc/calcwish.c.orig 2011-02-12 23:52:41.000000000 +0100
|
|
+++ src/cgnstools/cgnscalc/calcwish.c 2012-03-13 22:15:02.000000000 +0100
|
|
@@ -20,8 +20,10 @@
|
|
* Sun shared libraries to be used for Tcl.
|
|
*/
|
|
|
|
+#ifndef __FreeBSD__
|
|
extern int matherr();
|
|
int *tclDummyMathPtr = (int *) matherr;
|
|
+#endif /* FreeBSD test */
|
|
|
|
#ifdef TK_TEST
|
|
extern int Tcltest_Init _ANSI_ARGS_((Tcl_Interp *interp));
|