summaryrefslogtreecommitdiff
path: root/converters/xdeview/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'converters/xdeview/patches/patch-aa')
-rw-r--r--converters/xdeview/patches/patch-aa16
1 files changed, 16 insertions, 0 deletions
diff --git a/converters/xdeview/patches/patch-aa b/converters/xdeview/patches/patch-aa
new file mode 100644
index 00000000000..cdfed835283
--- /dev/null
+++ b/converters/xdeview/patches/patch-aa
@@ -0,0 +1,16 @@
+$NetBSD: patch-aa,v 1.6 2006/01/02 16:22:49 joerg Exp $
+
+--- tcl/uutcl.c.orig 2006-01-02 16:21:02.000000000 +0000
++++ tcl/uutcl.c
+@@ -52,9 +52,10 @@
+ * The following variable is a special hack that is needed in order for
+ * Sun shared libraries to be used for Tcl.
+ */
+-
++#if !defined(__DragonFly__)
+ extern int matherr();
+ int *tclDummyMathPtr = (int *) matherr;
++#endif
+
+ #include <uudeview.h>
+ #include <uuint.h>