summaryrefslogtreecommitdiff
path: root/textproc/openjade
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2002-09-26 00:17:56 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2002-09-26 00:17:56 +0000
commit7e700e59411c6f4daf317abaaa5d28d8e4c61e84 (patch)
treeb6455e743ca98a9ffb38d6acc77d7449dced1699 /textproc/openjade
parentd617aec23b362306d46271c34e17311d0acfddaf (diff)
downloadpkgsrc-7e700e59411c6f4daf317abaaa5d28d8e4c61e84.tar.gz
make this build on sparc. Should also fix other platforms. Patch derived
from patches to textproc/jade by mycroft.
Diffstat (limited to 'textproc/openjade')
-rw-r--r--textproc/openjade/distinfo3
-rw-r--r--textproc/openjade/patches/patch-ad13
2 files changed, 15 insertions, 1 deletions
diff --git a/textproc/openjade/distinfo b/textproc/openjade/distinfo
index eac643bb9eb..3a21b10c173 100644
--- a/textproc/openjade/distinfo
+++ b/textproc/openjade/distinfo
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.1.1.1 2001/04/27 10:52:27 agc Exp $
+$NetBSD: distinfo,v 1.2 2002/09/26 00:17:56 dmcmahill Exp $
SHA1 (openjade-1.3.tar.gz) = 971b43152272e3add4534255c441628538a416e3
Size (openjade-1.3.tar.gz) = 1165688 bytes
SHA1 (patch-aa) = 28a3262a6f40668a35feb96525135efd3d50a819
SHA1 (patch-ab) = fd8cb20d1c7bb76738d45398a4f2ce5d6d7616fa
SHA1 (patch-ac) = 1742175ec89ea8e796b4e874a488225850cf78e1
+SHA1 (patch-ad) = 11b792bfd6a89cc4ec49d3b78d9d93f4fa86cbce
diff --git a/textproc/openjade/patches/patch-ad b/textproc/openjade/patches/patch-ad
new file mode 100644
index 00000000000..48705a9050b
--- /dev/null
+++ b/textproc/openjade/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.1 2002/09/26 00:17:57 dmcmahill Exp $
+
+--- lib/parser_inst.m4.orig Fri Aug 20 03:05:33 1999
++++ lib/parser_inst.m4
+@@ -166,7 +166,7 @@ __instantiate(Vector<Transition>)
+ __instantiate(Vector<LeafContentToken*>)
+ __instantiate(Vector<size_t>)
+ // we really just want to test if size_t == unsigned int
+-#if !defined(SIZEOF_SIZE_T) || !defined(SIZEOF_UNSIGNED_INT) || (SIZEOF_SIZE_T != SIZEOF_UNSIGNED_INT)
++#if !defined(_LP64)
+ __instantiate(Vector<unsigned int>)
+ #endif
+