Make this compile on Irix.
This commit is contained in:
parent
3cf8d71faf
commit
8473122b88
4 changed files with 47 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.8 2002/09/16 15:00:19 mycroft Exp $
|
||||
$NetBSD: distinfo,v 1.9 2002/12/23 20:05:07 jschauma Exp $
|
||||
|
||||
SHA1 (jade-1.2.1.tar.gz) = 4326e73b7f0b865515e1bb90c622a8b2aa6ecd06
|
||||
Size (jade-1.2.1.tar.gz) = 1092062 bytes
|
||||
|
@ -15,3 +15,6 @@ SHA1 (patch-ah) = d829ea273b99c06d83a6d7944ece12fbae513b6c
|
|||
SHA1 (patch-ai) = 5ca7b5d5daf4b2bcacffee6fa0410182c1df0672
|
||||
SHA1 (patch-aj) = 87f08a928b70a37c3f59ce4bcad20fbb7bbbf304
|
||||
SHA1 (patch-ak) = f93643020d129c229d4a4fc1160decc31dd30264
|
||||
SHA1 (patch-al) = 0a1f8a4be1bbd2215a0a08722f3ea2c6e2334c80
|
||||
SHA1 (patch-am) = 6851ea44e1abdcaa887df3cf965593f5bb896e9b
|
||||
SHA1 (patch-an) = 514a3bf20ba6c2e1e6474c85e770e9e3b836df2d
|
||||
|
|
15
textproc/jade/patches/patch-al
Normal file
15
textproc/jade/patches/patch-al
Normal file
|
@ -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
|
12
textproc/jade/patches/patch-am
Normal file
12
textproc/jade/patches/patch-am
Normal file
|
@ -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"
|
16
textproc/jade/patches/patch-an
Normal file
16
textproc/jade/patches/patch-an
Normal file
|
@ -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"
|
Loading…
Reference in a new issue