summaryrefslogtreecommitdiff
path: root/textproc/openjade
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2002-09-26 05:46:10 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2002-09-26 05:46:10 +0000
commit1523d6fa97e234afee2f0e075a0eed72be1cf132 (patch)
treea89ccc64fbbfcc9f8e3ff122af5b64c0176d9fe2 /textproc/openjade
parent34fd0ce4df24e76032f8492142cde56eb754b6d2 (diff)
downloadpkgsrc-1523d6fa97e234afee2f0e075a0eed72be1cf132.tar.gz
make this work on alpha too. Now this pkg builds ok on both sparc and alpha.
Diffstat (limited to 'textproc/openjade')
-rw-r--r--textproc/openjade/distinfo4
-rw-r--r--textproc/openjade/patches/patch-ad4
2 files changed, 4 insertions, 4 deletions
diff --git a/textproc/openjade/distinfo b/textproc/openjade/distinfo
index 3a21b10c173..bd200353588 100644
--- a/textproc/openjade/distinfo
+++ b/textproc/openjade/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.2 2002/09/26 00:17:56 dmcmahill Exp $
+$NetBSD: distinfo,v 1.3 2002/09/26 05:46:10 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
+SHA1 (patch-ad) = 54e0edc755a577a5bbb2c762fa1343ee18a02ed2
diff --git a/textproc/openjade/patches/patch-ad b/textproc/openjade/patches/patch-ad
index 48705a9050b..7539cbcb442 100644
--- a/textproc/openjade/patches/patch-ad
+++ b/textproc/openjade/patches/patch-ad
@@ -1,4 +1,4 @@
-$NetBSD: patch-ad,v 1.1 2002/09/26 00:17:57 dmcmahill Exp $
+$NetBSD: patch-ad,v 1.2 2002/09/26 05:46:11 dmcmahill Exp $
--- lib/parser_inst.m4.orig Fri Aug 20 03:05:33 1999
+++ lib/parser_inst.m4
@@ -7,7 +7,7 @@ $NetBSD: patch-ad,v 1.1 2002/09/26 00:17:57 dmcmahill Exp $
__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)
++#if defined(__NetBSD__)
__instantiate(Vector<unsigned int>)
#endif