summaryrefslogtreecommitdiff
path: root/textproc/openjade
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2003-01-10 16:11:39 +0000
committerwiz <wiz@pkgsrc.org>2003-01-10 16:11:39 +0000
commit5c9a2ebe0e1f4167a07796de2c7fb0348043a047 (patch)
tree8bb9b23015fd9e75f113dad4165b1c96d6f385f8 /textproc/openjade
parent9df3ae5dbd1e9635bff0285956b504d7aa8659f0 (diff)
downloadpkgsrc-5c9a2ebe0e1f4167a07796de2c7fb0348043a047.tar.gz
Fix build on i386.
Diffstat (limited to 'textproc/openjade')
-rw-r--r--textproc/openjade/distinfo4
-rw-r--r--textproc/openjade/patches/patch-ad6
2 files changed, 5 insertions, 5 deletions
diff --git a/textproc/openjade/distinfo b/textproc/openjade/distinfo
index bd200353588..f9662b6e80c 100644
--- a/textproc/openjade/distinfo
+++ b/textproc/openjade/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.3 2002/09/26 05:46:10 dmcmahill Exp $
+$NetBSD: distinfo,v 1.4 2003/01/10 16:11:39 wiz 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) = 54e0edc755a577a5bbb2c762fa1343ee18a02ed2
+SHA1 (patch-ad) = ee2cdceb20ae8c7dd4dfa646d9da7e853f26b02d
diff --git a/textproc/openjade/patches/patch-ad b/textproc/openjade/patches/patch-ad
index 7539cbcb442..148e322e6bd 100644
--- a/textproc/openjade/patches/patch-ad
+++ b/textproc/openjade/patches/patch-ad
@@ -1,13 +1,13 @@
-$NetBSD: patch-ad,v 1.2 2002/09/26 05:46:11 dmcmahill Exp $
+$NetBSD: patch-ad,v 1.3 2003/01/10 16:11:40 wiz Exp $
---- lib/parser_inst.m4.orig Fri Aug 20 03:05:33 1999
+--- lib/parser_inst.m4.orig Fri Aug 20 09: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(__NetBSD__)
++#if defined(__NetBSD__) && (defined(__alpha__) || defined(__arm__) || defined(__vax__) || defined(__sparc__) || defined(__sparc64__) || defined(__x86_64__) || defined(__sh5__))
__instantiate(Vector<unsigned int>)
#endif