summaryrefslogtreecommitdiff
path: root/textproc/openjade/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/openjade/patches/patch-ad')
-rw-r--r--textproc/openjade/patches/patch-ad4
1 files changed, 2 insertions, 2 deletions
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