pkgsrc/lang/tcl-tclX/patches/patch-ah
2006-01-11 21:05:24 +00:00

15 lines
454 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-ah,v 1.3 2006/01/11 21:05:24 joerg Exp $
--- ../tcl/unix/tclXAppInit.c.orig 2006-01-11 18:50:33.000000000 +0000
+++ ../tcl/unix/tclXAppInit.c
@@ -25,8 +25,10 @@
* 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
/*-----------------------------------------------------------------------------