summaryrefslogtreecommitdiff
path: root/textproc/jade/patches/patch-au
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/jade/patches/patch-au')
-rw-r--r--textproc/jade/patches/patch-au25
1 files changed, 25 insertions, 0 deletions
diff --git a/textproc/jade/patches/patch-au b/textproc/jade/patches/patch-au
new file mode 100644
index 00000000000..5bb1ebd96fa
--- /dev/null
+++ b/textproc/jade/patches/patch-au
@@ -0,0 +1,25 @@
+$NetBSD: patch-au,v 1.1 2006/01/20 11:36:18 jmmv Exp $
+
+--- jade/RtfFOTBuilder_inst.cxx.orig 1998-10-07 12:06:36.000000000 +0200
++++ jade/RtfFOTBuilder_inst.cxx
+@@ -218,6 +218,20 @@ typedef Vector<Vector<char> > Dummy_14;
+ #endif
+ #endif
+ #endif
++#ifdef __DECCXX
++#pragma define_template Vector<size_t>
++#else
++#ifdef __xlC__
++#pragma define(Vector<size_t>)
++#else
++#ifdef SP_ANSI_CLASS_INST
++template class Vector<size_t>;
++#else
++typedef Vector<size_t> Dummy_15;
++#endif
++#endif
++#endif
++
+
+ #ifdef DSSSL_NAMESPACE
+ }