diff options
author | jschauma <jschauma@pkgsrc.org> | 2002-12-23 20:05:07 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2002-12-23 20:05:07 +0000 |
commit | 8473122b88f1a68b2da222ae37f74a1f058654b5 (patch) | |
tree | 13785c1c30a53463452ccffcd893fd91f1f23711 /textproc/jade/patches | |
parent | 3cf8d71faf946fcd02c1e3d7c5088d5f1bfb443d (diff) | |
download | pkgsrc-8473122b88f1a68b2da222ae37f74a1f058654b5.tar.gz |
Make this compile on Irix.
Diffstat (limited to 'textproc/jade/patches')
-rw-r--r-- | textproc/jade/patches/patch-al | 15 | ||||
-rw-r--r-- | textproc/jade/patches/patch-am | 12 | ||||
-rw-r--r-- | textproc/jade/patches/patch-an | 16 |
3 files changed, 43 insertions, 0 deletions
diff --git a/textproc/jade/patches/patch-al b/textproc/jade/patches/patch-al new file mode 100644 index 00000000000..9c090e8bf78 --- /dev/null +++ b/textproc/jade/patches/patch-al @@ -0,0 +1,15 @@ +$NetBSD: patch-al,v 1.1 2002/12/23 20:05:07 jschauma Exp $ + +--- include/Vector.cxx.orig Sun Dec 22 13:01:13 2002 ++++ include/Vector.cxx Sun Dec 22 13:01:31 2002 +@@ -7,6 +7,10 @@ + #include <stddef.h> + #include <string.h> + ++#ifdef sgi ++#include "Vector.h" ++#endif ++ + #ifdef SP_QUAL_TEMPLATE_DTOR_BROKEN + #define DTOR(T) ~T + #else diff --git a/textproc/jade/patches/patch-am b/textproc/jade/patches/patch-am new file mode 100644 index 00000000000..4bf4975a563 --- /dev/null +++ b/textproc/jade/patches/patch-am @@ -0,0 +1,12 @@ +$NetBSD: patch-am,v 1.1 2002/12/23 20:05:07 jschauma Exp $ + +--- lib/Location.cxx.orig Sun Dec 22 13:31:18 2002 ++++ lib/Location.cxx Sun Dec 22 13:30:04 2002 +@@ -5,6 +5,7 @@ + #pragma implementation + #endif + #include "splib.h" ++#include "Notation.h" + #include "Location.h" + #include "Entity.h" + #include "Mutex.h" diff --git a/textproc/jade/patches/patch-an b/textproc/jade/patches/patch-an new file mode 100644 index 00000000000..8bc31643e1a --- /dev/null +++ b/textproc/jade/patches/patch-an @@ -0,0 +1,16 @@ +$NetBSD: patch-an,v 1.1 2002/12/23 20:05:07 jschauma Exp $ + +--- spam/CopyEventHandler.cxx.orig Sun Dec 22 14:35:53 2002 ++++ spam/CopyEventHandler.cxx Sun Dec 22 14:59:25 2002 +@@ -5,6 +5,11 @@ + #pragma implementation + #endif + ++#ifdef sgi ++#define SP_DEFINE_TEMPLATES 1 ++#undef NCVector_DEF_INCLUDED ++#endif ++ + #include "config.h" + #include "CopyEventHandler.h" + #include "macros.h" |