From daa63d77b7f607afc940c8b44e6a417f99a67407 Mon Sep 17 00:00:00 2001 From: dmcmahill Date: Thu, 26 Sep 2002 00:17:56 +0000 Subject: make this build on sparc. Should also fix other platforms. Patch derived from patches to textproc/jade by mycroft. --- textproc/openjade/distinfo | 3 ++- textproc/openjade/patches/patch-ad | 13 +++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 textproc/openjade/patches/patch-ad (limited to 'textproc/openjade') 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) + __instantiate(Vector) + __instantiate(Vector) + // 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) + #endif + -- cgit v1.2.3