pkgsrc/lang/tcl-tclX/patches/patch-ak
2006-01-11 21:32:02 +00:00

15 lines
416 B
Text
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

$NetBSD: patch-ak,v 1.1 2006/01/11 21:32:02 joerg Exp $
--- ../tk/unix/tkXunixTest.c.orig 2006-01-11 21:18:21.000000000 +0000
+++ ../tk/unix/tkXunixTest.c
@@ -29,8 +29,10 @@ Tktest_Init _ANSI_ARGS_((Tcl_Interp *int
* Even if matherr is not used on this system, there is a dummy version
* in libtcl.
*/
+#if !defined(__DragonFly__)
extern int matherr ();
int (*tclDummyMathPtr)() = matherr;
+#endif
/*