diff options
author | joerg <joerg@pkgsrc.org> | 2006-01-11 21:32:02 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-01-11 21:32:02 +0000 |
commit | 274f5571aea4cab9b176d8f0fab729813527afbf (patch) | |
tree | a465fa8d797489ebc99aaeb1062271dc7338031c /lang/tcl-tclX/patches/patch-ak | |
parent | 43478e11a39de85dd939b40e67b0bb9c5f3cb98a (diff) | |
download | pkgsrc-274f5571aea4cab9b176d8f0fab729813527afbf.tar.gz |
Even more less matherr for DragonFly.
Diffstat (limited to 'lang/tcl-tclX/patches/patch-ak')
-rw-r--r-- | lang/tcl-tclX/patches/patch-ak | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lang/tcl-tclX/patches/patch-ak b/lang/tcl-tclX/patches/patch-ak new file mode 100644 index 00000000000..6efc937b757 --- /dev/null +++ b/lang/tcl-tclX/patches/patch-ak @@ -0,0 +1,15 @@ +$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 + + + /* |